Uploading Header

Permalink
Okay, I've searched the forums and saw lots of helpful tips. I've even applied some but I am still having no luck uploading my new header.

I have this really nice theme (cleanbiz) that I am enjoying, however, I have tried uploading, renaming My_Site_Name...

NOTHING!

Next after reading through the forums I added a new code in the header.php (which by the way as a newbie I swallowed hard to build up nerves to do)...

replaced:

<h1 id="logo"><!--
--><a href="<?php echo DIR_REL?>/"><?php
$block = Block::getByName('My_Site_Name');
if( $block && $block->bID ) $block->display();
else echo SITE;
?></a><!--
--></h1>

with:

<div id="logo"><!---->
<a href=""><img src="<?php echo $this->getThemePath()?>/images/TWI_Header.jpg" alt="TWI_Header" />
</a><!----></div>

NOTHING! I have since changed it back to the former code.

Can anyone help me?? I'm at a loss.

Thanks.