I need to display an image in the page footer using tag. In my page.tpl.php I have the following block.
<div id="copyright">
<img src="../images/logo.png">
<p class="copyright"><?php print t('Copyright'); ?> © <?php echo date("Y"); ?></p>
<div class="clear"></div>
</div>
I can`t use print $logo since I can use another image for the logo.