<tr>
<td width="200"> <strong><a class=lightmenu href="index.php">
{$smarty.const.LINK_TO_HOMEPAGE}
</a></strong></td>
</tr>
</table></td>
</tr>
<tr>
<td {if $main_content_template == "user_account.tpl.html"}bgcolor="#203560"{/if}><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
{* register/my_account link *}
{if ($log ne "")}
<a class=lightmenu
href="index.php?user_details=yes">
{$smarty.const.MY_ACCOUNT_LINK}
</a>
{else}
<a class=lightmenu
href="index.php?register=yes">
{$smarty.const.REGISTER_LINK}
</a>
{/if}
</td>
</tr>
</table></td>
</tr>
<tr>
<td {if $main_content_template == "pricelist.tpl.html"}bgcolor="#203560"{/if}><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <a class=lightmenu href="index.php?show_price=yes">
{$smarty.const.STRING_PRICELIST}
</a></td>
</tr>
</table></td>
</tr>
<tr>
<td {if $main_content_template == "feedback.tpl.html"}bgcolor="#203560"{/if}><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <a href="index.php?feedback=yes"
class=lightmenu>
{$smarty.const.STRING_FEEDBACK}
</a></td>
</tr>
</table></td>
</tr>
<tr>
<td {if $main_content_template == "show_aux_page.tpl.html" && $show_aux_page == 1}bgcolor="#203560"{/if}><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <a href="index.php?show_aux_page={$aux_page1.aux_page_ID}"
class=lightmenu >
{$aux_page1.aux_page_name}
</a></td>
</tr>
</table></td>
</tr>
<tr>
<td {if $main_content_template == "show_aux_page.tpl.html" && $show_aux_page == 2}bgcolor="#203560"{/if}><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <a href="index.php?show_aux_page={$aux_page2.aux_page_ID}"
class=lightmenu >
{$aux_page2.aux_page_name}
</a></td>
</tr>