X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   {if $anonymous_login eq "" && $login ne ""} (https://forum.x-cart.com/showthread.php?t=40414)

pcarcare 06-10-2008 04:17 PM

{if $anonymous_login eq "" && $login ne ""}
 
What the opposite of this tag {if $anonymous_login eq "" && $login ne ""}?

In other words, what do I need to change the "" to so that it means "if not logged in"?

Thanks

balinor 06-10-2008 04:37 PM

Re: {if $anonymous_login eq "" && $login ne ""}
 
{if $login eq ""} means if not logged in.


All times are GMT -8. The time now is 02:42 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.