Zen Cart Logo
Forums / All Other Contributions/Addons / Add 'About Us' Page to CSS Flyout Menu

Add 'About Us' Page to CSS Flyout Menu

Locked

Views: 1,353

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 May 2010, 8:28 AM
#1
acreativepage avatar

acreativepage

Zen Follower

Join Date:
Sep 2004
Posts:
146
Plugin Contributions:
0

Add 'About Us' Page to CSS Flyout Menu

In tpl_drop_menu.php ( /includes/templates/template_default/common/tpl_drop_menu.php) it shows the 'About-Us' page however it;s not showing on the navigation menu. How do I get it to show up on the menu?

12 May 2010, 10:37 PM
#2
jtheed avatar

jtheed

Zen Follower

Join Date:
Apr 2008
Posts:
356
Plugin Contributions:
2

Re: Add 'About Us' Page to CSS Flyout Menu

acreativepage:

In tpl_drop_menu.php ( /includes/templates/template_default/common/tpl_drop_menu.php) it shows the 'About-Us' page however it;s not showing on the navigation menu. How do I get it to show up on the menu?

Look around line 66 you may see this.

<!--<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>-->

Remove the <!-- from the beginning and the --> from the end.