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

    Default Changing the Home link.

    I'm at a loss trying to change the "home" link on the front page from the root to /index.php. There is an intro page before the actually zen-cart page and I've looked everywhere for how to change this, any advice?

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Changing the Home link.

    I'm not exactly clear on what you want to do. The HOME link will always take you back to the main screen of your ZC. If you want a link back to your intro page, you can add it in includes/templates/YOUR_TEMPLATE/common/tpl_header.php. Add the line in red

    Code:
    <div id="headerWrapper">
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
        <ul class="back">
        <li><a href="http://www.yourdomain.com/whatever.html">Whatever</a></li>
        <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    HTH!
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. v139f Help changing where the HOME link directs
    By chrissiemags in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Oct 2013, 04:48 AM
  2. Changing the Home Banner link address?
    By stlnyc in forum General Questions
    Replies: 2
    Last Post: 22 Apr 2009, 06:23 PM
  3. Changing the home and log in link
    By Mathiastheok in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Dec 2008, 03:48 AM
  4. Changing the "Home" link
    By Philthyone in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Aug 2007, 03:58 AM

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