Zen Cart Logo

browser bar title

Locked

Views: 1,239

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
13 Jan 2009, 12:29 AM
#1
cindycj avatar

cindycj

New Zenner

Join Date:
Nov 2008
Posts:
25
Plugin Contributions:
0

browser bar title

I have been working on my site but can't get rid of "Title, Site, Tagline in my browser bar. I have tried everything. I went to includes/languages/english/Magic/meta_tags & enter the following
// page title
define('TITLE', 'Two Sisters Art Photo!');

// Site Tagline
define('SITE_TAGLINE', 'A Collection of Visions');

It hasn't changed anything. my site is http://twosistersartphoto.com

Anybody have any ideas.

13 Jan 2009, 1:44 AM
#2
kobra avatar

kobra

Black Belt

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

Re: browser bar title

As I recall this was in another file previously and might be from an older file included with your template
Try the developers tool kit and search for "SITE_TAGLINE" and see what other files this might be in over the meta tag file

14 Jan 2009, 12:46 AM
#3
cindycj avatar

cindycj

New Zenner

Join Date:
Nov 2008
Posts:
25
Plugin Contributions:
0

Re: browser bar title

So far all I can find is the meta tag file. Is there anything in Zen Cart Admin I need to do? I'm going to continue to look around. Any more ideas?

14 Jan 2009, 1:01 AM
#4
cindycj avatar

cindycj

New Zenner

Join Date:
Nov 2008
Posts:
25
Plugin Contributions:
0

Re: browser bar title

I figured it out. I had named my custom template "magic". But I had named the folder "Magic". That one letter fixed it. Thanks for your help.