View Single Post
  #6  
Old 06-17-2012, 10:05 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Removing Left Bar from specific static pages

{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout' and $page_data.pageid ne "11"}
<div id="left-bar">{include file="customer/left_bar.tpl"}</div>
{/if}

You may also need to clear the cache - cleanup.php
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote