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

Zen Cart 源代码 product_reviews.php




下载文件

文件名: product_reviews.php
文件类型: PHP文件
文件大小: 476 Bytes
MD5: 143d92a962f4b155163583d0a57efd49

product_reviews.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2006 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: product_reviews.php 3027 2006-02-13 17:15:51Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE', 'Reviews');
  11. define('TEXT_OF_5_STARS', '');
  12. define('TEXT_PRODUCT_INFO', 'Product Information');
  13. define('TEXT_READ_REVIEW', 'Read Review');
  14. ?>