index.template.php
find:
echo '
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
<span style="font-family: Georgia, sans-serif; font-size: xx-large;">', $context['forum_name'], '</span>';
echo '
replace with:
echo '
<a href="http://open.38.com"><img src="', $settings['images_url'], '/smflogo.gif" width="468" border="0" style="float: none;" alt="', $context['forum_name'], '" /></a>';
echo '