| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:13:40 2008 ] | [ osCommRes 1.2.0 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: footer.php,v 1.2 2003/09/24 15:34:33 wilt 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 osCommRes-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.oscommres.com/index.php?id=333 38 39 Please leave this comment intact together with the 40 following copyright announcement. 41 */ 42 43 echo FOOTER_TEXT_BODY_ALTER 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
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |