Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2011
    Posts
    2
    Plugin Contributions
    0

    Default Removing "Home" link from top Navbar

    I would like to remove the "Home" link from the top Navbar, while keeping the Navbar itself (which currently contains the Home, LogIn and two custom external links). Could anyone advise me on how to go about this?

    Many thanks. This is my first time using zencart, and I'm very pleased with it so far.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removing "Home" link from top Navbar

    Edit /includes/templates/your_template/common/tpl_header.php (if you don't have it there, copy it from /includes/templates/template_default/common/tpl_header.php) and comment out the home link code:
    PHP Code:
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
        <ul class="back">
        <li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>
    like this
    PHP Code:
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
        <ul class="back">
        <!-- <li><?php //echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php //echo HEADER_TITLE_CATALOG; ?></a></li> -->
    Or you can just delete that line if you are certain you will never want it again.

  3. #3
    Join Date
    Oct 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Removing "Home" link from top Navbar

    Thanks for your help gjh42!

 

 

Similar Threads

  1. Removing the "Home" link from breadcrumbs
    By cupcake in forum Basic Configuration
    Replies: 12
    Last Post: 6 May 2010, 06:28 PM
  2. Removing "Home" and "Login" from header.
    By damon.vit in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jan 2008, 12:05 AM
  3. Lost my "Home" and "Log In" on the navbar
    By teamfaith in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Apr 2007, 11:34 PM
  4. Removing "home" navigation on top of product listing
    By ladygodiva in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Feb 2007, 05:56 PM
  5. removing the top "home" & "log in" links
    By tarynhipp in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 20 Jan 2007, 05:49 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