Thursday, December 10, 2009

How to change title bar zencart

If you want to change a title bar text, you should edit the following file:

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

Here you can see 2 variables for this text.

// page title
define('TITLE', 'Zen Cart!');

// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');

No comments:

Post a Comment