Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / META_TAG_TITLE help please

META_TAG_TITLE help please

Locked

Views: 4,330

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Nov 2006, 7:12 PM
#1
techheads avatar

techheads

New Zenner

Join Date:
Nov 2006
Posts:
6
Plugin Contributions:
0

META_TAG_TITLE help please

Hi all,

What I want to to is change the main page title where it says "Zen Cart!, The Art of E-commerce".

Now I know how to change the "Zen Cart!" part and I know how to change the "The Art of E-commerce" part, what I cannto for the life of me figure out is how I change the comma "," between the 2 parts to something else like a dash "-" or a colon ":"

Any help is appreciated

12 Nov 2006, 3:05 AM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: META_TAG_TITLE help please

includes -> languages -> english -> meta-tags.php

find this line:

define('METATAGS_DIVIDER', ', ');

change the highlighted portion as necessary.

12 Nov 2006, 9:35 AM
#3
techheads avatar

techheads

New Zenner

Join Date:
Nov 2006
Posts:
6
Plugin Contributions:
0

Re: META_TAG_TITLE help please

Hi clydejones, Thanks for the reply.

I saw that section but it does not have a , in it and if I change it it doesn't actually do asnything that I can see. BTW I am using the override system so I have created the folder /languages/english/techheads/ and placed the meta_tags.php file there but the section in question looks like this by default

define('METATAGS_DIVIDER', ' ');

and has no comma there so I am wondering where it is coming from , the one in includes/languages/english/ also has just a space and no comma.

I have tried putting a - in anyway to see what happens but it still shows a ,

12 Nov 2006, 9:45 AM
#4
techheads avatar

techheads

New Zenner

Join Date:
Nov 2006
Posts:
6
Plugin Contributions:
0

Re: META_TAG_TITLE help please

Ok, It doesnt make much sense to me but when I change the sectiondefine('TERTIARY_SECTION', ', '); to ```
define('TERTIARY_SECTION', ' - ');

11 Feb 2007, 12:39 PM
#5
matchworker avatar

matchworker

New Zenner

Join Date:
Feb 2004
Posts:
59
Plugin Contributions:
1

Re: META_TAG_TITLE help please

This also worked for me

thanks Techheads