[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 require (DIR_WS_INCLUDES . 'counter.php'); 14 ?> 15 <table border="0" width="100%" cellspacing="0" cellpadding="1"> 16 <tr class="footer"> 17 <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> 18 <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> 19 </tr> 20 </table> 21 <br> 22 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 23 <tr> 24 <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> 25 </tr> 26 </table> 27 <?php 28 if ($banner = tep_banner_exists('dynamic', '468x50')) { 29 ?> 30 <br> 31 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 32 <tr> 33 <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> 34 </tr> 35 </table> 36 <?php 37 } 38 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |