![]() |
if to detect the admin page and not logged in
Hi,
I would like to know how can I say something like: If admin page and admin not logged in else end Basically I would like to customize only the login admin page. The rest of the admin section can stay the same. Thank you |
Re: if to detect the admin page and not logged in
Code:
{if $login eq "" && ($usertype eq "P" or $usertype eq "A")} |
Re: if to detect the admin page and not logged in
Thank You
It worked |
All times are GMT -8. The time now is 02:48 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.