Hi Ajeh,
Can I add those statement inside an html? Both my tpl_header and html are below.
tpl_header:
<?php
/**
* Common Template - tpl_header.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_header = true;<br />
*
* @package templateSystem
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
*/
?>
<?php include 'header.html' ?>
header html:
<html>
<head>
<title>Header 2e</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Header 2e.psd) -->
<table id="Table_01" width="800" height="300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="10">
<img src="images/header_01.jpg" width="800" height="40" alt=""></td>
</tr>
<tr>
<td rowspan="5">
<img src="images/header_02.jpg" width="11" height="260" alt=""></td>
<td>
<a href="/shop/">
<img src="images/header_03.jpg" width="97" height="28" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=login">
<img src="images/header_04.jpg" width="97" height="28" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=account">
<img src="images/header_05.jpg" width="97" height="28" border="0" alt=""></a></td>
<td colspan="6" rowspan="3">
<img src="images/header_06.jpg" width="498" height="220" alt=""></td>
</tr>
<tr>
<td>
<a href="/shop/index.php?main_page=shopping_cart">
<img src="images/header_07.jpg" width="97" height="28" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=checkout_shipping">
<img src="images/header_08.jpg" width="97" height="28" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=contact_us">
<img src="images/header_09.jpg" width="97" height="28" border="0" alt=""></a></td>
</tr>
<tr>
<td colspan="3">
<img src="images/header_10.jpg" width="291" height="164" alt=""></td>
</tr>
<tr>
<td>
<a href="/shop/index.php?main_page=index&cPath=1">
<img src="images/header_11.jpg" width="97" height="29" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=index&cPath=2">
<img src="images/header_12.jpg" width="97" height="29" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=index&cPath=3">
<img src="images/header_13.jpg" width="97" height="29" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=index&cPath=4">
<img src="images/header_14.jpg" width="97" height="29" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=index&cPath=5">
<img src="images/header_15.jpg" width="97" height="29" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=index&cPath=6">
<img src="images/header_16.jpg" width="97" height="29" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=index&cPath=7">
<img src="images/header_17.jpg" width="97" height="29" border="0" alt=""></a></td>
<td>
<a href="/shop/index.php?main_page=index&cPath=8">
<img src="images/header_18.jpg" width="97" height="29" border="0" alt=""></a></td>
<td rowspan="2">
<img src="images/header_19.jpg" width="13" height="40" alt=""></td>
</tr>
<tr>
<td colspan="8">
<img src="images/header_20.jpg" width="776" height="11" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Thank you



