Forums / Templates, Stylesheets, Page Layout / How do I change the Heading in the browser title?

How do I change the Heading in the browser title?

Results 1 to 5 of 5
07 Dec 2012, 03:34
#1
grandpaj avatar

grandpaj

New Zenner

Join Date:
Sep 2010
Posts:
72
Plugin Contributions:
0

How do I change the Heading in the browser title?

Hi

I am taking a very close look at using Zen Cart instead of osCommerce however can someone tell me please how I change the heading (template Lancaster Lux) in the browser like this one above Templates, Stylesheets,Page Layout - Post . . . .

Many thanks

Grandpa
07 Dec 2012, 06:09
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: How do I change the Heading in the browser title?

If I understand what you are asking find and copy for your template
/includes/languages/english/meta_tags.php
FTP it to your PC and use a plain text or code editor and open it and find
define('SITE_TAGLINE', 'The Art of E-commerce'); 
define('TITLE', 'Zen Cart!'); 

Change only what is in red maintaining the pair of single quotes
08 Dec 2012, 00:09
#3
grandpaj avatar

grandpaj

New Zenner

Join Date:
Sep 2010
Posts:
72
Plugin Contributions:
0

Re: How do I change the Heading in the browser title?

kobra:

If I understand what you are asking find and copy for your template
/includes/languages/english/meta_tags.php
FTP it to your PC and use a plain text or code editor and open it and find
define('SITE_TAGLINE', 'The Art of E-commerce'); 
define('TITLE', 'Zen Cart!'); 

Change only what is in red maintaining the pair of single quotes


Hi
No what I'm looking to change is like what is at the very top of the browser which appears as " v150 How do I change the Heading in the browser title? - Reply to Topic"

Hope this makes sense,

Many thanks
Grandpaj
08 Dec 2012, 00:20
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: How do I change the Heading in the browser title?

A link to this site and further explanation of what you seek
08 Dec 2012, 00:26
#5
grandpaj avatar

grandpaj

New Zenner

Join Date:
Sep 2010
Posts:
72
Plugin Contributions:
0

Re: How do I change the Heading in the browser title?

Hi

Found it. under meta_tags.php.

Thanks

Grandpaj