Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    59
    Plugin Contributions
    0

    Default Edit footer bar links?

    I've had some pretty good success remaking my ZC template to match an already existing HTML layout.

    After poking around a bit, I can't seem to figure out how to edit the footerbar - I need to change some of the links.

    I found the tpl_footer.php file, and apparently the code that handles this list of links is:

    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php } ?>
    </ul>

    I know my way around CSS and <ul>, but all of the links appear to be in a single <li>

    How do I edit the list of links here?

    TIA for your suggestions; I've looked through a lot of posts here, but didn't find anything relevant.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Edit footer bar links?

    Code:
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php } ?>
    </ul>
    They are all contained within one unordered list or "ul"
    How do I edit the list of links here?
    Change the existing li's and/or add addition li's inside the ul
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v150 Edit top menu bar to always highlight one of the links
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Aug 2012, 01:01 PM
  2. v150 Edit the separator between the footer links
    By onejimb in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Apr 2012, 04:07 AM
  3. How to edit footer links?
    By successfi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Feb 2012, 01:00 PM
  4. How to edit links above the navigation bar?
    By Wayne328 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Nov 2010, 10:25 AM
  5. Customizing header and footer seperator bar links
    By visionsfromvoid in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2009, 07:28 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR