View Single Post
  #3  
Old 03-03-2006, 05:25 PM
  Daedalus's Avatar 
Daedalus Daedalus is offline
 

Member
  
Join Date: Feb 2006
Location: California, USA
Posts: 20
 

Default

Thanks, with your help, I've almost been able to get this worked out.

So far, I have now copied the Help menu and have changed the links to point to my static HTML pages and have changed the link text by giving the links new labels as was suggested. So, this is all good.

My only sticking point now is that I can't seem to change the Help menu label to "Information". I've created a new label for information, called lbl_Information but when I substitute it for the help label, no text appears on top of the menu box.

Here is the orginal code:

{ include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"}

Here is how I've modified it:

{ include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_Information menu_content=$smarty.capture.menu link_href=""}
__________________
X-Cart version 4.0.18 (Unix)
Reply With Quote