View Single Post
  #53  
Old 08-17-2004, 06:25 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
{if $not_logged_message eq "1"}

instead of doing this why not just do:

Code:
{if $login} {else} (insert code) {/if}

For some reason you can't do {if !$login} or {if $login eq null} or {if $login eq false}

Just doesn't work in smarty so you have to do the above.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote