View Single Post
  #20  
Old 11-06-2007, 02:24 AM
 
vivienne vivienne is offline
 

Senior Member
  
Join Date: May 2004
Location: Brisbane, Australia
Posts: 121
 

Default Re: Creating new Menu for Static Pages

I copied the code from Zaja but had to change the menu_cat.tpl to menu.tpl for it to work in my 4.1.8 - not sure if that is a right thing to do but it seems to have worked.

{* $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 }
__________________
X-Cart 4.18
www.naturalvetcompany.com
www.wkyp.com.au
Reply With Quote