[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_banner_box2.php

Zen Cart 源代码 tpl_banner_box2.php




下载文件

文件名: tpl_banner_box2.php
文件类型: PHP文件
文件大小: 717 Bytes
MD5: 8a2d25dfd49d0c2251c87ad44212f0db

tpl_banner_box2.php - 关闭高亮
  1. <?php
  2. /**
  3.  * Side Box Template
  4.  *
  5.  * @package templateSystem
  6.  * @copyright Copyright 2003-2005 Zen Cart Development Team
  7.  * @copyright Portions Copyright 2003 osCommerce
  8.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  9.  * @version $Id: tpl_banner_box2.php 2982 2006-02-07 07:56:41Z birdbrain $
  10.  */
  11.     $content = '';
  12. // if no active banner in the specified banner group then the box will not show
  13.   if ($banner = zen_banner_exists('dynamic', $banner_box_group)) {
  14.     $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">';
  15.     $content .= zen_display_banner('static', $banner);
  16.     $content .= '</div>';
  17.   }
  18.  
  19. ?>


cron