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

Zen Cart 源代码 tpl_banner_box.php




下载文件

文件名: tpl_banner_box.php
文件类型: PHP文件
文件大小: 713 Bytes
MD5: ac9897625f5a2022be795c05b0897164

tpl_banner_box.php - 打开高亮
<?php
/**
 * Side Box Template
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: tpl_banner_box.php 2982 2006-02-07 07:56:41Z birdbrain $
 */
   $content = '';
// if no active banner in the specified banner group then the box will not show
  if ($banner = zen_banner_exists('dynamic', $banner_box_group)) {
   $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">';
    $content .= zen_display_banner('static', $banner);
   $content .= '</div>';
  }

?>


cron