| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
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"> 25 <?php 26 /* 27 The following copyright announcement can only be 28 appropriately modified or removed if the layout of 29 the site theme has been modified to distinguish 30 itself from the default osCommerce-copyrighted 31 theme. 32 33 For more information please read the following 34 Frequently Asked Questions entry on the osCommerce 35 support site: 36 37 http://www.oscommerce.com/community.php/faq,26/q,50 38 39 Please leave this comment intact together with the 40 following copyright announcement. 41 */ 42 43 echo FOOTER_TEXT_BODY 44 ?> 45 </td> 46 </tr> 47 </table> 48 <?php 49 if ($banner = tep_banner_exists('dynamic', '468x50')) { 50 ?> 51 <br> 52 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 53 <tr> 54 <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> 55 </tr> 56 </table> 57 <?php 58 } 59 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |