The plugin works well and is appreciated by users but they don't like the lost function of the clickable banner image. How can I get that back?
I have this as the bottom few lines of header.php
'<body>
<div id="page">
<div id="header">
<?php if(function_exists('show_media_header')){ show_media_header(); } ?>
<div id="headerimg" title="Tain & District Field Club" onclick="location.href='http://tainfieldclub.org.uk';" style="cursor:pointer;" title="Tain Field Club Home Page">
</div>
</div>
<hr />'