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

Zen Cart 源代码 product_reviews_info.php




下载文件

文件名: product_reviews_info.php
文件类型: PHP文件
文件大小: 700 Bytes
MD5: 9583a67032fd351b6685e7869c900543

product_reviews_info.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_info.php 3027 2006-02-13 17:15:51Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE', 'Reviews');
  11. //define('SUB_TITLE_PRODUCT', 'Product:');
  12. //define('SUB_TITLE_FROM', 'From:');
  13. //define('SUB_TITLE_DATE', 'Date:');
  14. //define('SUB_TITLE_REVIEW', 'Review:');
  15. //define('SUB_TITLE_RATING', 'Rating:');
  16. define('TEXT_OF_5_STARS', '');
  17. define('TEXT_PRODUCT_INFO', 'Take Me to the Details');
  18. define('TEXT_REVIEW_ADDITIONAL', 'Read More Reviews');
  19. ?>


cron