Apply the same principle as in this post
The only difference would be as follows:
<div id="footer">
<!--bof- Your image display -->
<div id="YOUR_IMAGE_ID">YOUR_IMAGE_LOCATION</div>
<!--eof- Your image display -->
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
Bookmarks