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

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

Default

I checked 10 minutes before and pages menu worked fine. Now you have moved static page link to Categories box? Why?
It's very simple, don't touch categories menu, just create new menu for static pages with following code, tested and work 110%:
Code:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *} {capture name=menu} <div class="categories"> {section name=pg loop=$pages_menu} &raquo;{$pages_menu[pg].title} {/section} </div> {/capture} { include file="menu_cat.tpl" menu_title="Sell Books" menu_content=$smarty.capture.menu }

Or send me ftp info to support@7dana.com and I will make this for you.
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote