Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changind the task bar text

Changind the task bar text

Locked

Views: 1,908

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 May 2006, 10:59 AM
#1
scrappy avatar

scrappy

New Zenner

Join Date:
May 2006
Posts:
15
Plugin Contributions:
0

Changind the task bar text

I am sure this must be something really simple but I have spent ages searching for an answer!!

Can anyone tell me how to change the text in the task bar from "Zen Cart!, The Art of E-commerce" To soemthing more specific to my own site? :wacko:

29 May 2006, 2:19 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Changind the task bar text

scrappy:

I am sure this must be something really simple but I have spent ages searching for an answer!!

Can anyone tell me how to change the text in the task bar from "Zen Cart!, The Art of E-commerce" To soemthing more specific to my own site? :wacko:
Find the file includes/languages/english/meta_tags.php

Make a copy named includes/languages/english/YOUR_TEMPLATE/meta_tags.php where YOUR_TEMPLATE is the name of the directory in which the template you are using is located

Edit the following lines the new file```php
// page title
define('TITLE', 'Zen Cart!');

// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');

29 May 2006, 2:32 PM
#3
scrappy avatar

scrappy

New Zenner

Join Date:
May 2006
Posts:
15
Plugin Contributions:
0

Re: Changind the task bar text

Perfect! Thanks so much!