Example #1
0
			-->
			<tr bgcolor="#fff">
				<td bgcolor="#fff" align="center" st-title="fulltext-heading" style="text-align:center;font-family:Helvetica, arial, sans-serif;font-size:18px;color:#717171;line-height:35px;font-weight:400;border-collapse:collapse;" ><span>{{a2_row_2_TopTxt<?php 
echo $rowId;
?>
}}</span></td>
				</tr>
				<tr>
				<td bgcolor="#fff" align="center" st-title="fulltext-heading" style="text-align:center;font-family:Helvetica, arial, sans-serif;font-size:18px;color:#717171;line-height:35px;font-weight:100;border-collapse:collapse;" ><span>{{a2_row_2_BottomTxt<?php 
echo $rowId;
?>
}}</span></td>
				</tr>
				<tr>
				<td bgcolor="#fff" align="center" st-title="fulltext-heading" style="text-align:center;font-family:Helvetica, arial, sans-serif;font-size:28px;color:#717171;line-height:35px;font-weight:bold;border-collapse:collapse;" ><?php 
echo $getCurrency = getFaciaCurrency($_GET["faciaid"]);
?>
<span>{{a2_row_2_Price<?php 
echo $rowId;
?>
}}</span></td>
			</tr>
			</tbody>
		</table>
	
	
		
		
		
		
		
// @param -- c.php and m.php
// VARS
$eid = mysql_real_escape_string($_GET['eid']);
$libraryid = mysql_real_escape_string($_GET['libraryid']);
$date = date("Y-m-d H:i:s");
$ip = $_SERVER['REMOTE_ADDR'];
$globalHTML = "";
// DB
// -- GLOBAL VARS SUCH AS COREMETRICS ETC
$email_list = mysql_query("SELECT * FROM `" . $dnm . "`.`emails` WHERE `eid`='" . $eid . "'");
while ($row = mysql_fetch_array($email_list)) {
    $email_facia = ucfirst($getFaciaName = getFaciaName($row["faciaid"]));
    $email_name = str_replace(" ", "", $row["name"]);
    $email_launch_date = $row["launch_date"];
    $email_coremetrics_tag = "" . $row["launch_date"] . "-" . $email_name . "-" . $email_facia . "";
    $email_currency = getFaciaCurrency($row["faciaid"]);
}
// SQL MODEL
// THINGS DO GET UGLY
// -- Order:
// Header, Nav and logo
// Delivery tab if any
// Content spots and links
// Footer and brands.
// Wings v1
// HEADER HTML
$globalHTML .= '
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />