Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Apr 2008
    Posts
    79
    Plugin Contributions
    0

    Default oops! Help with Header - PLEASE

    The following is what i am trying to change .. i tried with the "new products section.. didnt work.. then i tried to put it back and its not working - so something there is screwed up...

    what i am trying to do is enter my ABOUT US page in place of the New Products page and link on my header. Once i learn how to do this.. I can add a links page or a FAQ page instead of "specials"

    Can someone PLEASE look at my code below and help me?
    i tried doing it by direction of tutorial.. didnt work.. then i went here..
    includes / templates / 1112 / common / tpl_header.php

    <td><?php echo zen_image($template->get_template_dir('/menu_s.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/menu_s.gif', '') ?></td>
    <td<?php echo ($current_page_base == FILENAME_NEW_PRODUCTS) ? ' class="current"' : ''; ?>><div><div><div><a href="<?php echo zen_href_link(FILENAME_NEW_PRODUCTS, '', 'NONSSL'); ?>"><?php echo PRODUCTS_NEW; ?></a></div></div></div></td>
    <td><?php echo zen_image($template->get_template_dir('/menu_s.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/menu_s.gif', '') ?></td>
    <td<?php echo ($current_page_base == FILENAME_SPECIALS) ? ' class="current"' : ''; ?>><div><div><div><a href="<?php echo zen_href_link(FILENAME_SPECIALS, '', 'NONSSL'); ?>"><?php echo BOX_HEADING_SPECIALS; ?></a></div></div></div></td>


    My About us is an ez page for now- define_about-us
    ... and files as FILENAME_ABOUT_US
    Last edited by chachab; 25 May 2008 at 05:03 AM. Reason: to make more clear

 

 

Similar Threads

  1. Oops! Help with tpl_header.php file.
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2008, 02:51 AM
  2. Help with header please..
    By Pariseau in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Feb 2008, 06:31 AM
  3. oops, need some help please
    By thecatinthetree in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 16 Jun 2007, 02:07 PM

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