X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How do I get the About Us page to appear on the menu? (https://forum.x-cart.com/showthread.php?t=13724)

sbtiti 04-29-2005 02:34 PM

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.

sportruck 04-29-2005 02:40 PM

Edit help.tpl and add the following


braidedsoul 03-16-2006 04:17 AM

THANK YOU
 
Quote:

Originally Posted by sportruck
Edit help.tpl and add the following



You ar ethe best. I have been searching for this answer for hours! Works like a dream.

braidedsoul 03-16-2006 04:33 AM

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.