Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help, I still don't understand override folders

    PHP Code:
    <h1 id="pageFourHeading"><?php echo General_Security_Tips?></h1>
    This needs to be
    PHP Code:
    <h1 id="pageFourHeading"><?php echo 'General Security Tips'?></h1>
    or else
    PHP Code:
    <h1 id="pageFourHeading"><?php echo GENERAL_SECURITY_TIPS?></h1>
    with
    PHP Code:
    define('GENERAL_SECURITY_TIPS''General Security Tips'); 
    in a language file like english.php, or a new language file for your custom defines.

  2. #12
    Join Date
    Feb 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Help, I still don't understand override folders

    Thanks for the help guys, much appreciated!!

    I have my overrides working, my custom pages properly titled and my sanity back.

    I still have Home :: NAVBAR_TITLE showing at the top of the page, but it's only small, I'll work on it another time.

    Now all I have to do is install the latest Zencart version and hope I don't blow up my site in the process!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Help, I don't understand how to install
    By haraaz in forum General Questions
    Replies: 1
    Last Post: 4 May 2011, 08:43 AM
  2. HELP -- In the middle of upgrading and don't understand..
    By kimhuff in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 23 Aug 2010, 02:49 AM
  3. please help me better understand the template override system I've been making tons o
    By recordshow in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Nov 2006, 01:04 PM
  4. Override issue...don't understand
    By Donnettacb in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 27 Jul 2006, 01:45 PM
  5. Please help me understand the override system.
    By angelicdezigns in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Jul 2006, 06:06 AM

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