dragon5 Posted December 18, 2005 Share Posted December 18, 2005 Hello. I would like to replace the footer with a jpeg and can't quite figure out how to do this. Any help would be appreciated. Thanks Tom Link to comment Share on other sites More sharing options...
digital-warfare Posted December 18, 2005 Share Posted December 18, 2005 Hello, In catalog/includes/footer.php delete (near the top of the page) <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> and add <td><img border="0" src="image address" width="514" height="57"></td> This wont delete the footer but it will remove the date and counter and add the image you want into the coloured bar, where the date and counter would normally be. If you get rid of the footer completely it would also remove the ad banners at the bottom of the page. Hope this helps, Digital Warfare. Link to comment Share on other sites More sharing options...
bobccc Posted December 18, 2005 Share Posted December 18, 2005 Thanks for that, I wanted to remove the footer banner :) Regards, Bob Link to comment Share on other sites More sharing options...
dragon5 Posted December 18, 2005 Author Share Posted December 18, 2005 Hello,In catalog/includes/footer.php delete (near the top of the page) <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> and add <td><img border="0" src="image address" width="514" height="57"></td> This wont delete the footer but it will remove the date and counter and add the image you want into the coloured bar, where the date and counter would normally be. If you get rid of the footer completely it would also remove the ad banners at the bottom of the page. Hope this helps, Digital Warfare. Thanks Digital. Worked perfectly! I knew the code, just wasn't sure where to put it. Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.