Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to add/remove links in nav bars?

how to add/remove links in nav bars?

Locked

Views: 841

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Jul 2009, 6:40 AM
#1
alnaad avatar

alnaad

New Zenner

Join Date:
Jun 2009
Location:
Melbourne Australia
Posts:
54
Plugin Contributions:
0

how to add/remove links in nav bars?

https://www.zen-cart.com/tutorials/index.php?article=234

This is the place i last visited. Yes it did explain how to add an "about us" link in the very top nav bar. But i still don't REALLY know what to do to add another one like say "shopping cart" or "my account".

Sorry if there is already an answer to my question somewhere on this forum. I have searched it but obviously in the wrong places.

Thank you for any help

14 Jul 2009, 2:12 AM
#2
alnaad avatar

alnaad

New Zenner

Join Date:
Jun 2009
Location:
Melbourne Australia
Posts:
54
Plugin Contributions:
0

Re: how to add/remove links in nav bars?

ok no response. Why? Never mind why...

I guess what i want to achieve is:

Just ONE nav bar where i would have:

HOME ABOUT US CONTACT US SHOP PRIVACY LOG IN

How would i go about it? I can see in following code how it does link to the "CONTACT US" page, but say for PRIVACY?
IS there anyone who could help me understand this piece of coding?

<?php if (DEFINE_CONTACT_US_STATUS <= 1) { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">' . BOX_INFORMATION_CONTACT .  '</a>'; ?></li>
<?php } ?>

meaning?
Are my questions too stupid to answer?
I feel stupid