Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2006
    Posts
    40
    Plugin Contributions
    0

    Default Changing text in Browser Title Bar

    Hi all,

    I would like to change the text "Zen Cart, The Art of E-commerce" in my browser title bar to something else. May I know where and how to change it?
    Thanks.

  2. #2
    Join Date
    May 2006
    Posts
    30
    Plugin Contributions
    0

    Default Re: Changing text in Browser Title Bar

    Change it in the file -

    includes/languages/english/meta_tags.php -

    Code:
    ...
    
    // page title
    define('TITLE', 'Zen Cart!');
    
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
    
    ...

  3. #3
    Join Date
    Oct 2005
    Location
    New Mexico
    Posts
    393
    Plugin Contributions
    0

    Default Re: Changing text in Browser Title Bar

    That is the correct file. However, the recommended process is to copy the meta_tags.php file into your custom template folder and then edit that one.

    Suggest you review http://www.zen-cart.com/forum/showthread.php?t=36567.

    Good luck on your site.

 

 

Similar Threads

  1. Browser Bar Title Won't Change
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Apr 2015, 04:42 PM
  2. browser bar title
    By cindycj in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Jan 2009, 02:01 AM
  3. Changing the web browser title bar info
    By res in forum General Questions
    Replies: 1
    Last Post: 11 Jul 2008, 11:01 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