View Single Post
  #2  
Old 04-05-2006, 09:24 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

To hide something, use comments to comment it out. For example, to hide the help menu, replace this:

{ include file="help.tpl" }

with this:

{*{ include file="help.tpl" }*}

That will hide it in case you want to use it later.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote