View Single Post
  #4  
Old 07-05-2013, 05:06 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Hide left col on home, checkout, and cart

Or:

{if ($main neq "cart" or $cart_empty) and $main neq "checkout" and ($main neq "catalog" or $current_category.category neq "")}

Or better:

{if ($main neq "cart" or $cart_empty) and $main neq "checkout" and not ($main eq "catalog" and $current_category.category eq "")}
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote