Sure, here is the whole template file. The PHP should be irrelevant.
<!-- BEGIN: body -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="http://www.dailydiscreet.com/shop/" />
<meta http-equiv="Content-Type" content="text/html; charset={VAL_ISO}" />
<title>{META_TITLE}</title>
<meta name="description" content="{META_DESC}" />
<meta name="keywords" content="{META_KEYWORDS}" />
<link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" />
<link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="js/jslibrary.js" type="text/javascript"></script>
</head>
<body>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="skins/Killer/styleImages/main/top.jpg" width="900" height="128" border="0" usemap="#Map" /></td>
</tr>
<tr>
<td>
<!-- BEGIN: random_prod -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="49%"><table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="skins/Killer/styleImages/main/image_top.jpg" width="438" height="14" /></td>
</tr>
<tr>
<td><img src="skins/Killer/styleImages/main/image_left.jpg" width="28" height="400" /></td>
<td>
<a href="index2.php?act=viewProd&productId={PRODUCT_ID}" title="{PRODUCT_NAME}"><img src="{IMG_SRC}" alt="{PRODUCT_NAME}" border="0" title="{PRODUCT_NAME}" width="400" height="400" /></a>
</td>
<td><img src="skins/Killer/styleImages/main/image_right.jpg" width="10" height="400" /></td>
</tr>
<tr>
<td colspan="3"><img src="skins/Killer/styleImages/main/image_bottom.jpg" width="438" height="18" /></td>
</tr>
</table>
</td>
<td width="51%"><table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="skins/Killer/styleImages/main/text_top.jpg" width="462" height="14" /></td>
</tr>
<tr>
<td><img src="skins/Killer/styleImages/main/text_left.jpg" width="49" height="400" /></td>
<td valign="top" background="skins/Killer/styleImages/main/text_background.jpg"><table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="skins/Killer/styleImages/main/text_top_spacer.jpg" width="357" height="1" /></td>
</tr>
<tr>
<td><form action="index2.php?act=viewProd&productId={PRODUCT_ID}" method="post" name="addtobasket" target="_self" style="display:inline;">
<span class="prodTitle"><a href="index2.php?act=viewProd&productId={PRODUCT_ID}" title="{PRODUCT_NAME}" class="prodTitle">{PRODUCT_NAME}</a></span>
<br /><br />
<span class="prodPrice">${PRODUCT_PRICE}</span>
<br /><br />
<div id="prodDescrip"><span class="prodDesc">{PRODUCT_DESCRIPTION}</span></div>
<br /><div id="timer" name="timer" style="clear:none;float:right;margin-top:15px;">XX:XX:XX Left</div><!--<img src="skins/Killer/styleImages/main/get_descreet_sale.jpg" width="178" height="53" onclick="document.forms.addtobasket.submit();" />--><input type="image" src="skins/Killer/styleImages/main/get_descreet_sale.jpg" width="178" height="53"/>
<input name="quan" type="hidden" value="1" /><input type="hidden" name="add" value="{PRODUCT_ID}" />
</form>
</td>
</tr>
</table></td>
<td><img src="skins/Killer/styleImages/main/text_right.jpg" width="56" height="400" /></td>
</tr>
<tr>
<td colspan="3"><img src="skins/Killer/styleImages/main/text_bottom.jpg" width="462" height="18" /></td>
</tr>
</table></td>
</tr>
</table>
<!-- END: random_prod -->
</td>
</tr>
<tr>
<td><img src="skins/Killer/styleImages/main/bottom.jpg" width="900" height="76" border="0" usemap="#Map2" /></td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="583,68,623,89" href="index.php" />
<area shape="rect" coords="644,68,689,91" href="index2.php?act=viewDoc&docId=1" />
<area shape="rect" coords="709,67,791,93" href="index2.php?act=profile" />
<area shape="rect" coords="811,68,870,91" href="index2.php?act=viewDoc&docId=2" />
<area shape="rect" coords="18,49,422,97" href="#" />
</map>
<map name="Map2" id="Map2">
<area shape="rect" coords="473,21,513,40" href="index.php" />
<area shape="rect" coords="527,19,570,43" href="index2.php?act=viewDoc&docId=1" />
<area shape="rect" coords="583,22,659,46" href="index2.php?act=profile" />
<area shape="rect" coords="673,20,726,45" href="index2.php?act=viewDoc&docId=2" />
<area shape="rect" coords="742,20,797,47" href="index2.php?act=viewDoc&docId=4" />
<area shape="rect" coords="813,22,854,48" href="index2.php?act=viewDoc&docId=3" />
</map>
</body>
</html>
<!-- END: body -->