{*
$Id: footer.html,v 1.1.2.5 2003/11/06 14:21:22 shota Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*}
{include_php file="`$smarty.const.DIR_FS_INCLUDES`counter.php"}
{*
/*
The following copyright announcement can only be
appropriately modified or removed if the layout of
the site theme has been modified to distinguish
itself from the default osCommerce-copyrighted
theme.
For more information please read the following
Frequently Asked Questions entry on the osCommerce
support site:
http://www.oscommerce.com/community.php/faq,26/q,50
Please leave this comment intact together with the
following copyright announcement.
*/
*}
{$smarty.const.FOOTER_TEXT_BODY}
|
{if tep_banner_exists('dynamic', '468x50') }
{*{osc_display_banner action='static' identifier="tep_banner_exists('dynamic', '468x50')"}*} |
{/if}
{*
{php}
if (STORE_PAGE_PARSE_TIME == 'true') {
$time_start = explode(' ', PAGE_PARSE_START_TIME);
$time_end = explode(' ', microtime());
$parse_time = number_format(($time_end[1] + $time_end[0] - ($time_start[1] + $time_start[0])), 3);
error_log(strftime(STORE_PARSE_DATE_TIME_FORMAT) . ' - ' . getenv('REQUEST_URI') . ' (' . $parse_time . 's)' . "\n", 3, STORE_PAGE_PARSE_TIME_LOG);
if (DISPLAY_PAGE_PARSE_TIME == 'true') {
echo 'Parse Time: ' . $parse_time . 's';
}
}
if ( (GZIP_COMPRESSION == 'true') && ($ext_zlib_loaded == true) && ($ini_zlib_output_compression < 1) ) {
if ( (PHP_VERSION < '4.0.4') && (PHP_VERSION >= '4') ) {
tep_gzip_output(GZIP_LEVEL);
}
}
{/php}
*}