Thread: simple question

Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default simple question

    Hi I know this is probably in the FAQs or other documentation somewhere but I can't seem to find it.

    Im working with 3.1.8 and just installed a new theme. Everything seems to work fine except the theme has two text links in the header: first one says "HEADER_TITLE_CATALOG" and when clicked it takes you to the opening page of the cart, the other says "HEADER_TITLE_LOGIN" and when clicked takes you to the visitor login screen.

    I do want this functionality there - I just want it more user-friendly and self-explanatory. I feel like a dork because I KNOW there is an easy way to change these to read something nice like "Shopping Cart Home" and "Please Log In" but I'm not finding it.

    Please humor the newbie and point me to where I can change this link text. Thanks.

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: simple question

    those are constants and need to be defined in your language files .. they contain in includes / languages / english / header.php

    make sure header.php is there and you have following defines.


    define('HEADER_TITLE_CATALOG', 'Home');

    define('HEADER_TITLE_LOGIN', 'Log In');

 

 

Similar Threads

  1. A simple question
    By deathbybutterscotch in forum Basic Configuration
    Replies: 3
    Last Post: 9 Nov 2008, 12:17 AM
  2. simple question
    By coolhand in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Jul 2006, 11:30 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