Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Keywords without commas on 1.3.5?

Keywords without commas on 1.3.5?

Locked

Views: 1,104

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Sep 2006, 10:53 PM
#1
bigjoed avatar

bigjoed

Zen Follower

Join Date:
Apr 2006
Location:
Fort Bragg, North Carolina
Posts:
152
Plugin Contributions:
0

Keywords without commas on 1.3.5?

I'm running two websites and both have been upgraded to version 1.3.5. On my website www.stunmasters.net I look at the "page source" and see that there are no commas on the keywords meta tag. How could I fix this?

23 Sep 2006, 12:57 AM
#2
clydejones avatar

clydejones

Deceased

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

Re: Keywords without commas on 1.3.5?

Take a look in:

includes -> languages -> english -> meta_tags.php

find this line of code:

define('METATAGS_DIVIDER', '');

add your comma between the single quotes

23 Sep 2006, 3:14 AM
#3
bigjoed avatar

bigjoed

Zen Follower

Join Date:
Apr 2006
Location:
Fort Bragg, North Carolina
Posts:
152
Plugin Contributions:
0

Re: Keywords without commas on 1.3.5?

Thanks, that was it.