Here is my code from tpl_header:
Copyright message was here.....So this is after the copyright of the message:
<?php
//$_SESSION['language'] = $_GET['language'];
//$language = $_GET['language'];
//$language_page_directory = DIR_WS_LANGUAGES . $_SESSION['language'] . '/';
$lang = $_SESSION['language'];
if ( $lang == 'greek') {
?>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="420" height="34" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="34"></td>
<td width="124" height="34"><a href="http://www.yourdomain.com/index.php?main_page=login"><img src="images/r1_c1.gif" width="124" height="34" border="0"></a></td>
<td width="96" height="34"><a href="http://www.yourdomain.com/index.php?main_page=conditions"><img src="images/r1_c2.gif" width="96" height="34" border="0"></a></td>
<td width="63" height="34"><a href="http://www.yourdomain.com/index.php?main_page=site_map"><img src="images/r1_c3.gif" width="63" height="34" border="0"></a></td>
<td width="62" height="34" bgcolor="#ffffff"> </td>
</tr>
</table>
<?php
} else {
?>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="420" height="34" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="34"></td>
<td width="79" height="34"><a href="http://www.yourdomain.com/index.php?main_page=login"><img src="images/r1_c1_EN.gif" width="79" height="34" border="0"></a></td>
<td width="90" height="34"><a href="http://www.yourdomain.com/index.php?main_page=conditions"><img src="images/r1_c2_EN.gif" width="90" height="34" border="0"></a></td>
<td width="114" height="34"><a href="http://www.yourdomain.com/index.php?main_page=site_map"><img src="images/r1_c3_EN.gif" width="114" height="34" border="0"></a></td>
<td width="62" height="34" bgcolor="#ffffff"> </td>
</tr>
</table>
<?php
}
?>
<?php
if ( $lang == 'greek' ) {
?>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="12" height="71" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="71"></td>
<td width="14" height="71"><img src="images/r2_c1.gif" width="14" height="71"></td>
<td width="109" height="71"><img src="images/r2_c2.gif" width="109" height="71"></td>
<td width="127" height="71"><img src="images/r2_c3.gif" width="127" height="71"></td>
<td width="122" height="71"><img src="images/r2_c4.gif" width="122" height="71"></td>
<td width="122" height="71"><img src="images/r2_c5.gif" width="122" height="71"></td>
<td width="54" height="71"><img src="images/r2_c6.gif" width="54" height="71"></td>
<td width="80" height="71"><img src="images/r2_c7.gif" width="80" height="71"></td>
<td width="111" height="71"><img src="images/r2_c8.gif" width="111" height="71"></td>
<td width="14" height="71" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td bgcolor="#ffffff" height="10" colspan="10"></td>
</tr>
</table>
<?php
} else {
?>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="12" height="71" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="71"></td>
<td width="14" height="71"><img src="images/r2_c1.gif" width="14" height="71"></td>
<td width="109" height="71"><img src="images/r2_c2.gif" width="109" height="71"></td>
<td width="127" height="71"><img src="images/r2_c3.gif" width="127" height="71"></td>
<td width="122" height="71"><img src="images/r2_c4.gif" width="122" height="71"></td>
<td width="122" height="71"><img src="images/r2_c5.gif" width="122" height="71"></td>
<td width="54" height="71"><img src="images/r2_c6.gif" width="54" height="71"></td>
<td width="80" height="71"><img src="images/r2_c7_EN.gif" width="80" height="71"></td>
<td width="111" height="71"><img src="images/r2_c8_EN.gif" width="111" height="71"></td>
<td width="14" height="71" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td bgcolor="#ffffff" height="10" colspan="10"></td>
</tr>
</table>
<?php
}
?>
<?php
if ( $lang == 'greek' ) {
?>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="12" height="29" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="12"></td>
<td width="66" height="29"><a href="http://www.yourdomain.com/index.php"><img src="images/r4_c1.gif" width="66" height="29" border="0"></a></td>
<td width="160" height="29"><a href="http://www.yourdomain.com/index.php?main_page=index&cPath=7"><img src="images/r4_c2.gif" width="160" height="29"></a></td>
<td width="120" height="29"><a href="http://www.yourdomain.com/index.php?main_page=products_new"><img src="images/r4_c3.gif" width="120" height="29" border="0"></a></td>
<td width="146" height="29"><a href="http://www.yourdomain.com/index.php?main_page=products_all"><img src="images/r4_c4.gif" width="146" height="29" border="0"></a></td>
<td width="97" height="29"><a href="advices.php"><img src="images/r4_c5.gif" width="97" height="29" border="0"></a></td>
<td width="102" height="29"><a href="http://www.yourdomain.com/index.php?main_page=contact_us"><img src="images/r4_c6.gif" width="102" height="29" border="0"></a></td>
<td width="48" height="29"><a href="http://www.yourdomain.com/index.php?main_page=gv_faq"><img src="images/r4_c7.gif" width="48" height="29" border="0"></a></td>
<td width="14" height="29" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="29"></td>
</tr>
<tr>
<td bgcolor="#ffffff" height="10" colspan="10"></td>
</tr>
</table>
<?php
} else {
?>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="12" height="29" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="12"></td>
<td width="109" height="29"><a href="http://www.yourdomain.com/index.php"><img src="images/r4_c1_EN.gif" width="109" height="29" border="0"></a></td>
<td width="118" height="29"><a href="http://www.yourdomain.com/index.php?main_page=index&cPath=7"><img src="images/r4_c2_EN.gif" width="118" height="29"></a></td>
<td width="118" height="29"><a href="http://www.yourdomain.com/index.php?main_page=products_new"><img src="images/r4_c3_EN.gif" width="118" height="29" border="0"></a></td>
<td width="169" height="29"><a href="http://www.yourdomain.com/index.php?main_page=products_all"><img src="images/r4_c4_EN.gif" width="169" height="29" border="0"></a></td>
<td width="70" height="29"><a href="advices.php"><img src="images/r4_c5_EN.gif" width="70" height="29" border="0"></a></td>
<td width="69" height="29"><a href="http://www.yourdomain.com/index.php?main_page=contact_us"><img src="images/r4_c6_EN.gif" width="69" height="29" border="0"></a></td>
<td width="87" height="29"><a href="http://www.yourdomain.com/index.php?main_page=gv_faq"><img src="images/r4_c7_EN.gif" width="87" height="29" border="0"></a></td>
<td width="14" height="29" bgcolor="#ffffff"><img src="images/spacer.gif" width="1" height="29"></td>
</tr>
<tr>
<td bgcolor="#ffffff" height="10" colspan="10"></td>
</tr>
</table>
<?php
}
?>
...Code Continue here with:
<?php
// Display all header alerts via messageStack:
if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');
}
if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
echo htmlspecialchars(urldecode($_GET['error_message']));
}
if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
echo htmlspecialchars($_GET['info_message']);
} else {
}
?>
<!--bof-header logo and navigation display-->
I cut the rest of the code...
Hope this help....
Regards, Zoran