Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    45
    Plugin Contributions
    0

    Default Editing the Header and footer to have more links

    I want to add contact us and site map to the header and footer of the page can any body help?

    Cheeers

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: Editing the Header and footer to have more links

    Add the following to both your includes -> templates -> YOUR_CUSTOM_FOLDER -> common -> tpl_header.php and tpl_footer.php


    PHP Code:
      <?php if (DEFINE_CONTACT_US_STATUS <= 1) { ?>
        <li>&nbsp;<?php echo '<a href="' zen_href_link(FILENAME_CONTACT_US'''SSL') . '">' BOX_INFORMATION_CONTACT '</a>'?></li>
      <?php ?>

      <?php if (DEFINE_SITE_MAP_STATUS <= 1) { ?>
        <li>&nbsp;<?php echo '<a href="' zen_href_link(FILENAME_SITE_MAP) . '">' BOX_INFORMATION_SITE_MAP '</a>'?></li>
        <?php ?>
    In tpl_footer.php find the following:

    Code:
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?>Main Page</a></li>
    ADD THE ABOVE LINKS HERE
    and add the links.

    In tpl_header.php find the following:
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
    <ul class="back">
    <li><?php echo '<a href="' . zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    ADD THE ABOVE LINKS HERE
    and add the links.

 

 

Similar Threads

  1. How do EZ-Pages work?
    By verybyte in forum General Questions
    Replies: 517
    Last Post: 13 May 2013, 06:41 AM
  2. Help! EZ Pages
    By bob6003 in forum Templates, Stylesheets, Page Layout
    Replies: 25
    Last Post: 31 Aug 2009, 01:08 AM
  3. Adding "FAQ" in "Information" Sidebox
    By kevnj in forum Basic Configuration
    Replies: 1
    Last Post: 7 Jul 2006, 11:16 AM
  4. Add links in header?
    By drdre in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 6 Jul 2006, 05:41 AM
  5. EZ Pages?
    By Robert T in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Jul 2006, 04:50 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
  •