![]() |
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> |
Re: Hiding Login box in left column
Menu doesn't control the template, menu is the wrapper for that template. You want to open up customer/home.tpl and comment out the auth.tpl and authbox.tpl includes.
|
Re: Hiding Login box in left column
Thanks!!! I knew it had to be simple. :mrgreen:
|
All times are GMT -8. The time now is 06:32 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.