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

Zen Cart 源代码 create_account_success.php




下载文件

文件名: create_account_success.php
文件类型: PHP文件
文件大小: 1.07 KiB
MD5: 16240803de6be2d47975e350e6022979

create_account_success.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2006 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: create_account_success.php 4816 2006-10-23 04:08:52Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE_1', 'Create an Account');
  11. define('NAVBAR_TITLE_2', 'Success');
  12. define('HEADING_TITLE', 'Your Account Has Been Created!');
  13. define('TEXT_ACCOUNT_CREATED', 'Congratulations! Your new account has been successfully created! You can now take advantage of member privileges to enhance your online shopping experience with us. If you have <small><strong>ANY</strong></small> questions about the operation of this online shop, please email the <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">store owner</a>.<br /><br />A confirmation has been sent to the provided email address. If you have not received it within the hour, please <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">contact us</a>.');
  14. define('PRIMARY_ADDRESS_TITLE', 'Primary Address');
  15. ?>