[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 源代码 template_info.php

Zen Cart 源代码 template_info.php




下载文件

文件名: template_info.php
文件类型: PHP文件
文件大小: 779 Bytes
MD5: 8de607ecf04801067f2ec8336716b0ae

template_info.php - 打开高亮
<?php
/**
* PureBlueFree Template designed by 12leaves.com
* 12leaves.com - ecommerce webdesign services

* Template Information File
*
* @package templateSystem
* @copyright Copyright 2008-2009 12leaves.com
* @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: template_info.php 2306 2008-01-09 21:34:28Z vlad $
 */
$template_name = 'PureBlueFree';
$template_version = 'Version 1.0';
$template_author = '<a href="http://www.12leaves.com" target="_blank">12leaves.com</a> &copy; 2008-2009';
$template_description = 'Template from 12leaves.com. Find more at our web site';
$template_screenshot = 'pure_blue.png';
?>