[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 tpl_footer.php

Zen Cart 源代码 tpl_footer.php




下载文件

文件名: tpl_footer.php
文件类型: PHP文件
文件大小: 1.89 KiB
MD5: d0ca2e6973963d6038832cbce7d401d2

tpl_footer.php - 关闭高亮
  1. <?php
  2. /**
  3. * Template designed by 12leaves.com
  4. * 12leaves.com - Free ecommerce templates and design services
  5. *
  6. * Common Template
  7. *
  8. * @package templateSystem
  9. * @copyright Copyright 2009-2010 12leaves.com
  10. * @copyright Copyright 2003-2005 Zen Cart Development Team
  11. * @copyright Portions Copyright 2003 osCommerce
  12. * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  13. * @version $Id: tpl_footer.php 4821 2006-10-23 10:54:15Z drbyte $
  14. */
  15. require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
  16. ?>
  17.  
  18. <?php
  19. if (!isset($flag_disable_footer) || !$flag_disable_footer) {
  20. ?>
  21.  
  22. <div id="navSuppWrapper">
  23.         <!--bof-navigation display -->
  24.         <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
  25.         <?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
  26.         <?php } ?>
  27.         <!--eof-navigation display -->
  28.    
  29.  
  30.     <!--bof- site copyright display -->
  31.     <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div> <br/>
  32.     <!--eof- site copyright display -->
  33.  
  34.     <div class="clearBoth"></div>
  35.  
  36.     <!--bof-ip address display -->
  37.     <?php
  38.     if (SHOW_FOOTER_IP == '1') {
  39.     ?>
  40.     <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . '  ' . $_SERVER['REMOTE_ADDR']; ?></div>
  41.     <?php
  42.     }
  43.     ?>
  44.     <div class="clearBoth"></div>
  45.  
  46.     <!--eof-ip address display -->
  47.  
  48.     <div class="clearBoth"></div>
  49. </div>
  50.  
  51.  
  52. <!--bof-banner #5 display -->
  53. <?php
  54.   if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
  55.     if ($banner->RecordCount() > 0) {
  56. ?>
  57. <div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
  58. <?php
  59.     }
  60.   }
  61. ?>
  62. <!--eof-banner #5 display -->
  63.  
  64. <?php
  65. } // flag_disable_footer
  66. ?>


cron