Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / woes with header logo and tagline

woes with header logo and tagline

Views: 600

Results 1 to 3 of 3
13 Jul 2012, 12:31 AM
#1
lifesblackblood avatar

lifesblackblood

New Zenner

Join Date:
Jun 2012
Posts:
8
Plugin Contributions:
0

woes with header logo and tagline

For some reason I can't make changes to the tagline in my header. I've read through the tutorial about a dozen times but I must still be doing something wrong. I copied the header.php file from the /languages/english/ folder to the corresponding template folder.

The home page is https://www.vinylspiral.com
The tagline should read "this is my super tagline" but it does not.

Developer tools confirms that

/includes/languages/spiral/header.php

Line #21 : define('HEADER_SALES_TEXT', 'this is my new SUPER TAG LINE');

...?
If someone can tell me what I might be doing wrong it would save me a load of stress.

thanks!

13 Jul 2012, 9:33 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: woes with header logo and tagline

Try placing the edited header.php file in includes/languages/english/spiral.

13 Jul 2012, 1:39 PM
#3
lifesblackblood avatar

lifesblackblood

New Zenner

Join Date:
Jun 2012
Posts:
8
Plugin Contributions:
0

Re: woes with header logo and tagline

Thanks! That worked!