[ PHPXref.com ] [ Generated: Sun Jul 20 19:13:40 2008 ] [ osCommRes 1.2.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/includes/ -> footer.php (source)

   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">&nbsp;&nbsp;<?php echo strftime(DATE_FORMAT_LONG); ?>&nbsp;&nbsp;</td>
  18      <td align="right" class="footer">&nbsp;&nbsp;<?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>&nbsp;&nbsp;</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  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]