Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2006
    Posts
    31
    Plugin Contributions
    0

    Default How to add footer links next to HOME link in V 1.2.6?

    Hi there,

    I have version 1.2.6 installed and am trying to find which template handles footer links. Currently I have a link called HOME and would like to add several others in the footer. Where do I find this? Thanks

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How to add footer links next to HOME link in V 1.2.6?

    In tpl_footer.php ..
    Code:
    if (!$flag_disable_footer) {
    ?>
       <table border="0" width="100%" cellspacing="0" cellpadding="1" class="footer">
          <tr class="footertop">
    	      <td class="footertop">&nbsp;|&nbsp;<a href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>&nbsp;|&nbsp;<a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>&nbsp;|&nbsp;
    	      <a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>&nbsp;|&nbsp;</td>
       </tr>
        </table>
    Will give you Home|Login|Log Out
    Backup file before altering, and place file in /includes/templates/NAMEOFYOURTEMPLATE/common/
    HTH

  3. #3
    Join Date
    Nov 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: How to add footer links next to HOME link in V 1.2.6?

    Thanks Misty, however I don't want to add login/logout links. I want to add external links to my other sites in the footer. Is that possible?

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How to add footer links next to HOME link in V 1.2.6?

    add external links to my other sites in the footer
    Any version of zencart above 1.3, this would be easy using EZPages,
    but for 1.26, just adapt code I posted below and use normal a href external
    links

  5. #5
    Join Date
    Nov 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: How to add footer links next to HOME link in V 1.2.6?

    OK I will try it thanks!

 

 

Similar Threads

  1. "Home" link and the EZ-Pages Footer Links
    By DivaVocals in forum Bug Reports
    Replies: 1
    Last Post: 14 Sep 2013, 07:37 AM
  2. 'Home' link in footer - can't remember how I did that
    By WhitePhantom in forum Basic Configuration
    Replies: 2
    Last Post: 24 Oct 2012, 03:36 AM
  3. How do I remove the default home link from EZpage footer bar
    By workbook in forum Basic Configuration
    Replies: 7
    Last Post: 6 Oct 2008, 10:46 PM
  4. Replies: 3
    Last Post: 23 Sep 2008, 06:25 PM
  5. EZ Page Footer links & Footer look different only on Home
    By DivaVocals in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Aug 2008, 11:28 PM

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