You could try this: find this line in your index.template.php;
<span style="font-family: Georgia, sans-serif; font-size: xx-large;">', $context['forum_name'], '</span>';and comment it out (just put two front slashes "//" at the beginning of the line) and put this in (before the <td> and the <tr> that follow after that line)
echo '
<img src="http://yoursite.com/image.gif" style="float: left;" alt="" />';
echo 'Of course changing the URL of the image to fit yours. Your SMF is 1.0.x, not 1.1, though I don't see why this wouldn't work.