| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: product_reviews_write.php,v 1.10 2003/06/05 23:23:53 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE', 'Meinungen'); 14 15 define('SUB_TITLE_FROM', 'Autor:'); 16 define('SUB_TITLE_REVIEW', 'Ihre Meinung:'); 17 define('SUB_TITLE_RATING', 'Bewertung:'); 18 19 define('TEXT_NO_HTML', '<small><font color="#ff0000"><b>ACHTUNG:</b></font></small> HTML wird nicht unterstützt!'); 20 define('TEXT_BAD', '<small><font color="#ff0000"><b>SCHLECHT</b></font></small>'); 21 define('TEXT_GOOD', '<small><font color="#ff0000"><b>SEHR GUT</b></font></small>'); 22 23 define('TEXT_CLICK_TO_ENLARGE', 'Für eine grössere Darstellung<br>klicken Sie auf das Bild.'); 24 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |