dydez Posted May 26, 2010 Share Posted May 26, 2010 i tryed to put a banner at the footer using banner manager in admin but every time i add one it dosnt apear nothing is there i activated it still nothing i have edited some of the code in footer.php can anyone tell me if i have deleted or // any code i shouldnt have thanx <?php /* $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="footer"> <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> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td align="left"> <img src="images/paypal_logos.jpg" alt="Payment" title=" Payment " border="0" height="100" width="260"> </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> <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?> Link to comment Share on other sites More sharing options...
♥mdtaylorlrim Posted May 27, 2010 Share Posted May 27, 2010 Did you add it to the 468x50 group? Regardless of the actual size of banner you created? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...? Link to comment Share on other sites More sharing options...
dydez Posted May 28, 2010 Author Share Posted May 28, 2010 no i think i deleted all the groups on there Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted May 28, 2010 Share Posted May 28, 2010 Well best you do then. :-) That should get it to work. G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.