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

Zen Cart 源代码 tpl_ezpages.php




下载文件

文件名: tpl_ezpages.php
文件类型: PHP文件
文件大小: 803 Bytes
MD5: 1a21128559582af862612fe745a67a9c

tpl_ezpages.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_ezpages.php 2982 2006-02-07 07:56:41Z birdbrain $
  10.  */
  11.   $content = "";
  12.   $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
  13.   $content  .= "\n" . '<ul style="margin: 0; padding: 0; list-style-type: none;">' . "\n";
  14.   for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {
  15.     $content .= '<li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>' . "\n" ;
  16.   } // end FOR loop
  17.   $content  .= '</ul>' . "\n";
  18.   $content .= '</div>';
  19. ?>


cron