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

Zen Cart 源代码 tpl_box_default_left.php




下载文件

文件名: tpl_box_default_left.php
文件类型: PHP文件
文件大小: 1.33 KiB
MD5: f6d95ea4c73222609e9404723b26a581

tpl_box_default_left.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 languageDefines
  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_box_default_left.php 2975 2006-02-05 19:33:51Z birdbrain $
  14. */
  15.  
  16. // choose box images based on box position
  17.   if ($title_link) {
  18.     $title = $title . ' - <a href="' . zen_href_link($title_link) . '">' . BOX_HEADING_LINKS . '</a>';
  19.   }
  20. //
  21. // #wel - category header style
  22.   if ($box_id == "categories") {
  23.     $header_left = 'main-sidebox-header-left';
  24.     $header_right = 'main-sidebox-header-right';
  25.   } else {
  26.     $header_left = '';
  27.     $header_right = '';
  28.   }
  29. //
  30. ?>
  31. <!--// bof: <?php echo $box_id; ?> //-->
  32. <div class="leftBoxContainer" id="<?php echo str_replace('_', '-', $box_id ); ?>" style="width: <?php echo $column_width; ?>">
  33. <div class="sidebox-header-left <?php echo $header_left; ?>"><h3 class="leftBoxHeading <?php echo $header_right; ?>" id="<?php echo str_replace('_', '-', $box_id) . 'Heading'; ?>"><?php echo $title; ?></h3></div>
  34. <?php echo $content; ?>
  35. </div>
  36. <!--// eof: <?php echo $box_id; ?> //-->
  37.