View Single Post
  #6  
Old 04-17-2009, 07:34 AM
 
balinor balinor is offline
 

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

Default Re: Changing the categories.tpl categories

It isn't php, it is html and Smarty. Just put your code inside this:

{capture name=menu}

Your html here

{/capture}
{include file="customer/menu_dialog.tpl" title=$lng.lbl_categories content=$smarty.capture.menu}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote