Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2006
    Posts
    45
    Plugin Contributions
    0

    Default Add Site Navigation Links??

    Is it possible to add some site navigation links above the header? If so, what file do I edit?
    Thanks
    Alma

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Add Site Navigation Links??

    includes/templates/your_template/common/tpl_header.php
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Jun 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Add Site Navigation Links??

    I don't wish to enter link into the exisiting menu bar, but add above it. Can you tell where to enter my html code?



    if ($messageStack->size('header') > 0) {
    echo $messageStack->output('header');
    }
    ?>
    <table class="centershop" border="0" cellspacing="0" cellpadding="0">
    <?php
    if (!isset($flag_disable_header) || $flag_disable_header == false) {
    ?>
    <tr><td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="headerNavigation">
    <tr>
    <td align="left" valign="top" width="35%" class="headerNavigation">
    <a href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>&nbsp;|&nbsp;
    <?php if (isset($_SESSION['customer_id'])) { ?>
    <a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>&nbsp;|&nbsp;
    <a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT

  4. #4
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Add Site Navigation Links??

    between
    <tr><td>

    and


    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="headerNavigation">

    create your new nav bar table.
    like in the link in my signature
    Zen cart PCI compliant Hosting

  5. #5
    Join Date
    Jun 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Add Site Navigation Links??

    Worked perfect! Thank you!

  6. #6
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Add Site Navigation Links??

    your welcome,
    glad to be of service
    Zen cart PCI compliant Hosting

  7. #7
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    Default Re: Add Site Navigation Links??

    Thank you Merlin!
    Was great for me too!
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

 

 

Similar Threads

  1. v151 Can I add Links for some additional navigation?
    By kathie in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 29 Nov 2012, 01:52 AM
  2. How to add Attributes to navigation, sub-navigation
    By bigstore in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Mar 2012, 04:51 PM
  3. Changing navigation menu links and footer links
    By JoshNelson in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 Mar 2009, 06:05 PM
  4. Trying to add left navigation bar/ match ZenCart to the look of my site
    By NavPublishing in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Oct 2008, 09:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg