New Zenner
- Join Date:
- Aug 2007
- Posts:
- 41
- Plugin Contributions:
- 0
What's the Relationship of the 2 header.php ?
What's the Relationship of the 2 header.php files?
There are 2 files named header.php located in the directory
/includes/languages/classic/ and /includes/languages/.
They all have the following section:
define('HEADER_ALT_TEXT', 'Powered by Zen Cart');
define('HEADER_SALES_TEXT', '<h1>Zen Cart</h1>');
define('HEADER_LOGO_WIDTH', '200px');
define('HEADER_LOGO_HEIGHT', '70px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
I wanna modify the info in above code.
Which file should I edit ?
What's the Relationship of the 2 header.php files?