| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: contact_us.php,v 1.7 2002/04/17 15:57:07 harley_vb Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Kontakt'); 14 define('NAVBAR_TITLE', 'Kontakt'); 15 define('TEXT_SUCCESS', 'Ihre Anfrage wurde erfolgreich an den Vertrieb gesendet.'); 16 define('EMAIL_SUBJECT', 'Anfrage von ' . STORE_NAME); 17 18 define('ENTRY_NAME', 'Vollständiger Name:'); 19 define('ENTRY_EMAIL', 'eMail-Adresse:'); 20 define('ENTRY_ENQUIRY', 'Anfrage:'); 21 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |