View Single Post
  #22  
Old 12-22-2008, 02:05 PM
 
hughgjohnson hughgjohnson is offline
 

Newbie
  
Join Date: Dec 2006
Posts: 3
 

Default Re: Creating new Menu for Static Pages

I too could ue a little help here. I've got it up and working, but don't know how to create a dynamically called link. please see the OTHER:Tours example in the left nav here:

http://www.southamericansecrets.com/store/home.php

My new_menu.tpl:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
<a class=VertMenuItems href="{$pages_menu[pg].title}" class="block">
{section name=pg loop=$pages_menu}
&raquo;{$pages_menu[pg].title}
{/section}
</a>
{/capture}
{ include file="menu.tpl" menu_title="Other" menu_content=$smarty.capture.menu }


Thanks for any help!
__________________
David Thom
4.1.4
Reply With Quote