![]() |
How do I get the About Us page to appear on the menu?
I am trying to get the About Us section to appear under "Help" in the left menu. (I have the flexy template). I can see that in the index.tpl file there is something to include the help/about.tpl but why isn't anything showing under the Help menu on the left? Can somebody please help me with getting the About Us section to appear in the menu?
Thanks. |
|
THANK YOU
Quote:
You ar ethe best. I have been searching for this answer for hours! Works like a dream. |
Solved
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"} |
All times are GMT -8. The time now is 01:37 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.