Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Location
    Birmingham, UK
    Posts
    24
    Plugin Contributions
    0

    Default A HTML navigation bar

    Hi all,

    If you take a look at this site you will see a navigation bar in the yellow line at the top. This is all created in HTML in Dreamweaver. The nav bar will soon include a link to my Zen Cart store at http://www.iscapeart.com/store. The only problem is, I would like the site to look the uniform throughout, so I want an identical nav bar to appear on the store pages. Unfortunately being a PHP idiot, I don't know how to do this. Could someone let me know what I need to do please?

    Thanks
    Jemma

  2. #2
    Join Date
    Dec 2004
    Location
    New York, USA
    Posts
    1,198
    Plugin Contributions
    0

    Default Re: A HTML navigation bar

    You don't really need to know PHP as much as you should understand how it is interwoven into the HTML. I suggest you read through all the FAQ's and certainly in particular Template Customization

    You'll want to customize in your template override directory:
    /includes/templates/YOUR_TEMPLATE/common/tpl_header.php

    and learn to manipulate links of this manner:
    Code:
    <a href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>

 

 

Similar Threads

  1. Navigation Bar
    By DontBlink7 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Mar 2011, 01:06 AM
  2. Customize navigation bar on top and bar at footer
    By kippo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Sep 2006, 03: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