product_reviews.php

来自「osCommerce最好的电子商务程序 2.2」· PHP 代码 · 共 18 行

PHP
18
字号
<?php
/*
  $Id: product_reviews.php,v 1.1.1.1 2004/10/09 14:29:19 cvsadmin Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'Reviews');

define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge');

define('TEXT_OF_5_STARS', '%s of 5 Stars!');
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?