Zen Cart Logo
Forums / Customization from the Admin / remove a link in navbar

remove a link in navbar

Locked

Views: 1,302

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
11 Jul 2008, 12:32 AM
#1
timeless avatar

timeless

New Zenner

Join Date:
Jul 2008
Posts:
5
Plugin Contributions:
0

remove a link in navbar

I found a thread that helped me remove a link in the navbar. Now I need to remove another one and can't find that thread again. I'm going around in circles! What path am I supposed to use?

thanks

11 Jul 2008, 12:42 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: remove a link in navbar

If you mean the main nav bar, you will find the code that generates the links in your includes/templates/YOUR_TEMPLATE/common/tpl_header.php file.

11 Jul 2008, 12:56 AM
#3
timeless avatar

timeless

New Zenner

Join Date:
Jul 2008
Posts:
5
Plugin Contributions:
0

Re: remove a link in navbar

Thank you! I found it, but noticed that mine is a little different. It was ...templates/template_default/common....

Thanks again-I would have kept overlooking it!

11 Jul 2008, 7:56 AM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: remove a link in navbar

You should absolutely NOT change the file in template_default. That's the fallback file for when you haven't needed to change the header file by placing a version in your own template. There's a little more info here.

I recommend reading up on template overrides, otherwise you will likely lose your changes when you next upgrade Zen Cart.