View Single Post
  #18  
Old 09-01-2004, 03:07 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default

OK, it's:

Code:
{if $main ne "anonymous_checkout"} { include file="customer/categories.tpl" }{/if}

BUT, I seem to have problems writing an or statement like:

Code:
{if $main ne "anonymous_checkout" or $main ne "checkout"} or {if $main ne "anonymous_checkout" || $main ne "checkout"}

and other versions and they don't seem to work...any help?

Thanks

Dan
__________________
4.4.2

and

4.6.1
Reply With Quote