Put this in your new template file.
Quote:
{capture name=menu}
Add your content here
{/capture}
{ include file="menu.tpl" dingbats="ding-help.jpg" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu}
|
This code is the menu title: menu_title=$lng.lbl_help - change $lng.lbl_help to whatever you want the menu to be titled.
This code is the image in the menu title: dingbats="ding-help.jpg"
Hope that helps,
Louise