📄 create_account_success.php
字号:
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// | http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | license@zen-cart.com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Simplified Chinese version http://www.zen-cart.cn |
// +----------------------------------------------------------------------+
// $Id: create_account_success.php 290 2004-09-15 19:48:26Z wilt $
//
define('NAVBAR_TITLE_1', '创建帐号');
define('NAVBAR_TITLE_2', '成功');
define('HEADING_TITLE', '您的帐号创建成功!');
define('TEXT_ACCOUNT_CREATED', '恭喜! 您的新帐号创建成功! 您现在享有会员的权利, 可以更好体验网上购物的乐趣. <strong>任何</strong>有关在该网上商店购物的问题, 请发邮件给 <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">商店管理员</a>.<br /><br />确认邮件将发到您的电子邮件. 如果您在一小时内没有收到, 请 <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">联系我们</a>.');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -