jacoben Posted May 31, 2005 Share Posted May 31, 2005 i have 2 questions. - i cant put a banner on the site. i add a banner on admin panel, do everything but i cant see the banner on the main page. - i want to put a date on the main page and a counter for total view of products...how can i do that ? thanks in advance. Link to comment Share on other sites More sharing options...
Wendy James Posted May 31, 2005 Share Posted May 31, 2005 the date and a counter is already in the footer, along with the banner. you may want to read this, about the banner issue http://www.oscommerce.info/kb/osCommerce_D..._Tool/Tools/148 Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
jacoben Posted May 31, 2005 Author Share Posted May 31, 2005 my footer.php : <?php ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td align="center" class="smallText"> <?php ?> Copyright © 2005 <a href="http://www.uhonlineshop.com" target="_blank">UH Online Shop</a><br> </a> </td> </tr> <tr> <td><?php echo tep_image(DIR_WS_IMAGES . 'pixel_trans.gif', '', '1', '5'); ?></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 } ?> i cant see any date and counter code or information on the code ??? :'( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.