Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Page Title fix with Zen Cart version above 1.25

Page Title fix with Zen Cart version above 1.25

Locked

Views: 1,118

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Nov 2006, 1:39 AM
#1
techwizard avatar

techwizard

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

26 Nov 2006, 2:32 AM
#2
jgamio avatar

jgamio

Zen Follower

Join Date:
Nov 2006
Location:
Caracas
Posts:
114
Plugin Contributions:
0

Re: Page Title fix with Zen Cart version above 1.25

:unsure: i dont why you are confusion

define('TITLE', 'Zen Cart!');

is just like a const in a language files this is not coding about the functionality of the program just a text wich is a reference in the program.

You use in a define in that way you can change the text in the program without afect the functionality in fact if you have another language you create the chapter and defite the title in another language