Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Editing Header Text

    Hi,

    I am trying to figure out how to edit what the navigation buttons say in the header of our site and all I can find in the help files is how to add additional items to the header. I opened up that file and can't find any reference to what is currently there. I was wondering if someone could help me figure out where the file is that controls what those navigation buttons say?


    http://historicdumfries.com/GiftShop/

    Thanks a whole lot!

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

    Default Re: Editing Header Text

    Quote Originally Posted by kwdservices View Post
    Hi,

    I am trying to figure out how to edit what the navigation buttons say in the header of our site and all I can find in the help files is how to add additional items to the header. I opened up that file and can't find any reference to what is currently there. I was wondering if someone could help me figure out where the file is that controls what those navigation buttons say?


    http://historicdumfries.com/GiftShop/

    Thanks a whole lot!
    Look in includes/languages/english/YOUR_TEMPLATE/header.php

    These are the necessary define statements
    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

  3. #3
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Editing Header Text

    Quote Originally Posted by clydejones View Post
    Look in includes/languages/english/YOUR_TEMPLATE/header.php

    These are the necessary define statements
    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');
    Thank you very much!!!!

 

 

Similar Threads

  1. editing header text
    By discoverytdi in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Jun 2011, 04:15 AM
  2. Text editing
    By gman41 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Jun 2011, 01:08 PM
  3. editing text content?
    By bowes in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 May 2010, 05:36 AM
  4. Adding/editing text?
    By LadySyren in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Sep 2006, 06:58 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