View Single Post
  #9  
Old 08-12-2006, 05:47 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default

1. Create empty text file named new_menu.tpl in skin/customer/ and copy following code inside:
Code:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *} {capture name=menu} <div class="categories"> {include file="pages_menu.tpl"} </div> {/capture} { include file="menu_cat.tpl" menu_title="Sell Books" menu_content=$smarty.capture.menu }
2. Open skin/customer/home.tpl and add this code under left column:
Code:
{include file="customer/new_menu.tpl" }
3. Clean var/templates_c directory.
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote