Quote Originally Posted by clydejones View Post
open includes/templates/cold_steel/common/tpl_header.php

find the following line of code: (around line 48)

PHP Code:
    <div id="logo"><?php echo zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXTHEADER_LOGO_WIDTHHEADER_LOGO_HEIGHT);?></div>
and replace with this:

PHP Code:
    <div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>

open includes/languages/cold_steel/english.php

find the following line of code: (around line 17)

PHP Code:
define('TEMPLATE_DESIGN'TEMPLATE_NAME'Design by <a href="http://mysticmountainnaturals.com/testsite/" target="_blank">Clyde Jones</a>'); 
and replace with

PHP Code:
define('TEMPLATE_DESIGN'TEMPLATE_NAME'Design by <a href="http://mysticmountainnaturals.com/demotest/" target="_blank">Clyde Jones</a>'); 
Thanks!

I just downloaded the Cold Steel from your site, with the tabs in the header. I also uploaded the star.gif fix.

1. The Contact Us page still does not show the star pic (just says "star.gif" in red text.) It's fixed on the Login.
http://www.catholic-view.com/ZenCart...age=contact_us

2. Both Contact Us and Login show "=Required information" in red text. How does the star pic show before the = sign?
http://www.catholic-view.com/ZenCart...ain_page=login

Thanks.

SPH