[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: contact_us.php 7 2006-06-22 02:48:30Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Contact Us'); 14 define('NAVBAR_TITLE', 'Contact Us'); 15 define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.'); 16 define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME); 17 18 define('ENTRY_NAME', 'Full Name:'); 19 define('ENTRY_EMAIL', 'E-Mail Address:'); 20 define('ENTRY_ENQUIRY', 'Enquiry:'); 21 22 define('ENTRY_EMAIL_CONTENT_CHECK_ERROR', 'Missing content, please type a message.'); 23 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |