View Single Post
  #2  
Old 07-10-2008, 06:05 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: Creating a new menu box

Add this to the very top of your skin1/customer/search.tpl

Code:
{capture name=menu}

And this to the very bottom (after any existing code).

Code:
{/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Search Menu" menu_content=$smarty.capture.menu }
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote