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}
»{$pages_menu[pg].title}
{/section}
</a>
{/capture}
{ include file="menu.tpl" menu_title="Other" menu_content=$smarty.capture.menu }
Thanks for any help!