17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1032 Views |
-
Menu in Admin Login Page

27 April 2008 at 6:57pm
Hi
Please, can anyone guide me on how to turn off the menu in admin login page.Thanks
-
Re: Menu in Admin Login Page

27 April 2008 at 7:13pm Last edited: 27 April 2008 7:13pm
Try wrapping an if round the menu. You will need to have something unique to the login page to check it against, I used URLSegment so this will turn off the menu on any Security/ page (eg login/logout). I don't know there might be something better to check against but this probably will work fine
<% if URLSegment != Security %>
Menu Code
<% end_if %> -
Re: Menu in Admin Login Page

27 April 2008 at 7:56pm
Will,
Thanks for the quick reply and it worked like a charm.
Thanks a lot !!!
| 1032 Views | ||
|
Page:
1
|
Go to Top |


