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.
|