Quote Originally Posted by gjh42 View Post
Look at /includes/templates/theme346/common/tpl_header.php. There will be a section of code between the
<!-- ========== LOGO ========== -->
and
<!-- ========================== -->
comments; post that whole section so we can see what it is trying to do.
Thank you sir! This is the code
Code:
<!-- ========== LOGO ========== -->
							<span><a href="<?php echo zen_href_link(FILENAME_DEFAULT);?>"><?php echo zen_image(DIR_WS_TEMPLATE.'images/logo.gif'); ?></a></span>
						<!-- ========================== -->