<?php
if ($template != "Pure") {
echo "<p class='odrow sphome'>
<a href='http://www.sphider-plus.eu/' title='Link: Visit Sphider-plus site in new window' target='rel'>Visit
<img class='mid' src='$include_dir/images/sphider-plus-logo.gif' alt='Visit Sphider site in new window' height='39' width='42'/> Sphider-plus</a>
</p>
</div>
</body>
</html>";
} else {
echo " <p class='tblhead'>
<a href='http://www.sphider-plus.eu/' title='Link: Visit Sphider-plus site in new window' target='rel'>Visit
<img class='mid' src='$include_dir/images/sphider-plus-logo.gif' alt='Visit Sphider site in new window' height='39' width='42'/> Sphider-plus</a>
</p>
</div>
</body>
</html>";
}
?>