View Single Post
  #6  
Old 03-16-2006, 04:35 AM
 
braidedsoul braidedsoul is offline
 

Member
  
Join Date: Oct 2005
Location: Upstate NY
Posts: 23
 

Default Re: changing the order

Quote:
Originally Posted by braidedsoul
Quote:
Originally Posted by balinor
If you create a new embedded static page it will automatically show up as a link on your help menu. Done

balinor, would you know how to change the order of the listed items in the HELP section? And would you know how to get the FAQ, Request Password and About Our Site in the menu? They show when you click on the word HELP but I discovered that by accident. Can you help me? Thanks in advance. You people who know this stuff are great!

Joe

Replace the code in help.tpl with this code. Works like a dream. You people that help us novice hackers rock!

{* $Id: help.tpl,v 1.19 2004/06/04 12:52:38 svowl Exp $ *}
{capture name=menu}
{$lng.lbl_about_our_site}

{$lng.lbl_contact_us}

{$lng.lbl_privacy_statement}

{$lng.lbl_terms_n_conditions}

{$lng.lbl_faq}

{include file="pages_menu.tpl"}
{$lng.lbl_recover_password}

{/capture}
{ include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"}
__________________
version 4.0.12 x-cart Gold
Reply With Quote