kjamimate Posted October 19, 2007 Share Posted October 19, 2007 Hi I have installed the Basic Blue Template 1 skin and it look very nice. The only problem is that my banner at the bottom of my page doesn't show anymore. Can any one please give me some advise. Thanks Balt Link to comment Share on other sites More sharing options...
Andrew Yuen Posted October 19, 2007 Share Posted October 19, 2007 Do you have the following code in /catalog/includes/footer.php? <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> Andrew Yuen osCommerce, Community Team Link to comment Share on other sites More sharing options...
kjamimate Posted October 19, 2007 Author Share Posted October 19, 2007 Do you have the following code in /catalog/includes/footer.php? <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> Hi there this is what I have in the footer.php <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer" height="20"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> </table> </div> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.