Also, my header image no longer loads. I used winmerge to copy the changes I have made, and my header image used to work with:
Code:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'redsautorehab');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '');
define('HEADER_LOGO_HEIGHT', '');
define('HEADER_LOGO_IMAGE', '32ford.jpg');
Right now, includes/languages/english/cold_steel/header.php is identical to the old one, and that is the only change I made.
I beleive that I need to set the height, and width, I am just not sure why it was working before.
Bookmarks