Quote Originally Posted by kburner View Post
Problem: *My logo is showing up in my header... So, I have a header with a logo.gif on top of it. How do I get rid of logo.gif?

I think the logo on top of header may be located in the includes/templates/your_template/common/tpl_header.php.
I found these lines of code, but do not know how to turn-off the logo.gif image.

<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
I may be way off. Can anyone help with this?
Kim
OK I finally figured this one out. My includes/language/engish/header.php file showed define header logo image. I took it out. And logo is gone from header. Not sure what else if effects at this time. But looks much better.