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

Changind the task bar text

Locked
Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 May 2006, 10:59
#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, 14:19
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Posts:
10,475
Plugin Contributions:
9

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');[/PHP]
29 May 2006, 14:32
#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!