View Single Post
  #6  
Old 03-11-2005, 01:46 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

It depends on what page(s) you want to remove it on.

In general, pages are called with a "main" variable.

{if $main eq "help"} do this
{else} do this instead
{/if}

You can view the "main" variable in the php file.

You can remove the left side in skin1/customer/home.tpl but you may have to edit some "colspan" entries also.
Reply With Quote