Hiding Login box in left column
I have put login on a separate page per a posted mod. However, I'm not finding where to hide the login box that's on the left column.
This seems like it should be an easy fix. However, I am using a purchased template and I'm wondering if that's the problem. If menu.tpl controls this column then where is {$menu_content}? Do I just need an if statement?
TIA
Here's my menu.tpl
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="VertMenuTitle"> {if $link_href}<a href="{$link_href}">{/if}{$menu_title}{if $link_href}</a>{/if}</td>
</tr>
</table>
<div class="VertMenuBox" style="padding:5px;">{$menu_content}</div>
__________________
X-Cart 4.1.8
|