Zen Cart Logo
Forums / General Questions / Making Changes to Main Page Tags

Making Changes to Main Page Tags

Views: 476

Results 1 to 2 of 2
3 Nov 2013, 3:44 AM
#1
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Making Changes to Main Page Tags

To make changes to main page meta tags, I have seen two different suggestions.

includes/languages/english/custom/meta_tags.php

includes/modules/custom/meta_tags.php.

I had always used the former, but decided to change one word in the latter to see if it affected my site and it did make the change.

Now I am curious which is the best one to use.

Thanks!

3 Nov 2013, 5:54 PM
#2
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Making Changes to Main Page Tags

traytray:

To make changes to main page meta tags, I have seen two different suggestions.

includes/languages/english/custom/meta_tags.php

includes/modules/custom/meta_tags.php.

I had always used the former, but decided to change one word in the latter to see if it affected my site and it did make the change.

Now I am curious which is the best one to use.

Thanks!
I'd vote editing the language file whenever possible (less prone to errors and supports multilingual sites)... Falling back to editing the "module / controller" code only when absolutely necessary... But just my opinion.