I want to insert an image in the footer above the copyright text.
How do I do it?
Footer php:
<div id="footer">
<div class="footer-nav"><?php echo stripslashes(get_option('rascals_footer_nav')); ?></div>
<p><?php echo stripslashes(get_option('rascals_copyright')); ?></p>
Top
</div>
<!-- end footer -->
</body>
</html>