Quote Originally Posted by badger64 View Post
Hi All

Was wondering if you could help me with this... I'm not a coder but I get by when some1 lends a hand not sure if this is a big job or not but here goes..

I have installed this mod and have my footer like this at the moment as in footer 1

Click image for larger version. 

Name:	footer1.jpg 
Views:	170 
Size:	7.7 KB 
ID:	7817

I was wondering how to add another section above as in this image footer 2

Click image for larger version. 

Name:	footer2.jpg 
Views:	156 
Size:	16.7 KB 
ID:	7818

Also how would I go about putting an image into the footer it's self would that be hard to do also. thx in advance.

Rgds
Badger
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 -->