[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 源代码 contact_us.php

Zen Cart 源代码 contact_us.php




下载文件

文件名: contact_us.php
文件类型: PHP文件
文件大小: 1.03 KiB
MD5: 2b8f072691c27a53f192cb016a06cd19

contact_us.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2011 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: contact_us.php 18695 2011-05-04 05:24:19Z drbyte $
  8.  */
  9.  
  10. define('HEADING_TITLE', 'Contact Us');
  11. define('NAVBAR_TITLE', 'Contact Us');
  12. define('TEXT_SUCCESS', 'Your message has been successfully sent.');
  13. define('EMAIL_SUBJECT', 'Website Inquiry from ' . STORE_NAME);
  14.  
  15. define('ENTRY_NAME', 'Full Name:');
  16. define('ENTRY_EMAIL', 'Email Address:');
  17. define('ENTRY_ENQUIRY', 'Message:');
  18.  
  19. define('SEND_TO_TEXT','Send Email To:');
  20. define('ENTRY_EMAIL_NAME_CHECK_ERROR','Sorry, is your name correct? Our system requires a minimum of ' . ENTRY_FIRST_NAME_MIN_LENGTH . ' characters. Please try again.');
  21. define('ENTRY_EMAIL_CONTENT_CHECK_ERROR','Did you forget your message? We would like to hear from you. You can type your comments in the text area below.');
  22.  
  23. define('NOT_LOGGED_IN_TEXT', 'Not logged in');
  24.