Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / add link to navigation bar

add link to navigation bar

Locked

Views: 2,773

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Oct 2010, 11:40 PM
#1
herosunfun avatar

herosunfun

New Zenner

Join Date:
Oct 2010
Posts:
11
Plugin Contributions:
0

add link to navigation bar

anyone uses Pure Black template?
How you guys add New link button to navigation bar?
here is my site: http://www.iphonepartsfactory.com
i want to add shipping & returns to nav bar, how should i do?

18 Oct 2010, 10:06 PM
#2
jasminevong avatar

jasminevong

New Zenner

Join Date:
Sep 2010
Posts:
4
Plugin Contributions:
0

Re: add link to navigation bar

herosunfun,

I am not an expert on this, but I also wanted to add a link to my navigation using the lite red template by the same designer and this is what I did.

  1. open " includes/languages/your_template/english.php "

  2. around line 65 ( // top navigation menu text ), I added
    " define('TOP_MENU_SHIPPING', 'Shipping & Return'); "

  3. open up" tpl_top_nav in includes/templates/your_template/common/tpl_header.php "

  4. this is what I added (add link to where you would like it to be):

<li class="<?php echo $active;?>"><a href="index.php?main_page=shippinginfo"><?php echo TOP_MENU_SHIPPING;?></a></li>

I hope this helps!