New Zenner
- Join Date:
- Nov 2006
- Posts:
- 19
- Plugin Contributions:
- 0
Page Title fix with Zen Cart version above 1.25
Hi everyone,
I did some searching for this quick fix and came across something which I thought was kind of weird - well maybe not weird but couldn't quite understand it. I'm running the latest version 1.36 and want to change the page title. I found the help info in the FAQ
In your favorite text editor, open:
includes/languages/YOUR_LANGUAGE/meta_tags.php
(Prior to v1.2.5, it was at: includes/languages/YOUR_LANGUAGE.php )
In this file you will find:
// page title
define('TITLE', 'Zen Cart!');
// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');
but what I was wondering, what if you have above that version? Shouldn't this same coding work or where is the coding variation that you would need to use? :blink: I did some searching for the same files and it's showing that exact type of coding listed above so I'm a bit unsure. If anyone could lead me in the right direction I would greatly appreciate it. :D
TW