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

Zen Cart 源代码 time_out.php




下载文件

文件名: time_out.php
文件类型: PHP文件
文件大小: 2.23 KiB
MD5: 069caa4b80c777fecc3e1c26ad4b2eb3

time_out.php - 关闭高亮
  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // |zen-cart Open Source E-commerce                                       |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 2003 The zen-cart developers                           |
  7. // |                                                                      |
  8. // | http://www.zen-cart.com/index.php                                    |
  9. // |                                                                      |
  10. // | Portions Copyright (c) 2003 osCommerce                               |
  11. // +----------------------------------------------------------------------+
  12. // | This source file is subject to version 2.0 of the GPL license,       |
  13. // | that is bundled with this package in the file LICENSE, and is        |
  14. // | available through the world-wide-web at the following url:           |
  15. // | http://www.zen-cart.com/license/2_0.txt.                             |
  16. // | If you did not receive a copy of the zen-cart license and are unable |
  17. // | to obtain it through the world-wide-web, please send a note to       |
  18. // | license@zen-cart.com so we can mail you a copy immediately.          |
  19. // +----------------------------------------------------------------------+
  20. // | Simplified Chinese version   http://www.zen-cart.cn                  |
  21. // +----------------------------------------------------------------------+
  22. // $Id: time_out.php 290 2004-09-15 19:48:26Z wilt $
  23. //
  24.  
  25. define('NAVBAR_TITLE', '登录超时');
  26. define('HEADING_TITLE', '哎哟!超时了 ...');
  27. define('HEADING_TITLE_LOGGED_IN', '哎哟! 对不起,你没有执行权限。');
  28. define('TEXT_INFORMATION', '<p>如果您正在下订单,请登录。您的购物车将保存,然后可以结帐。</p><p>如果您已有订单并想查看' . (DOWNLOAD_ENABLED == 'true' ? ',或者需要下载商品' : '') . ',请访问<a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">我的帐号</a>页面查询订单。</p>');
  29.  
  30. define('TEXT_INFORMATION_LOGGED_IN', '您已经登录,可以继续购物。请从菜单中选择各项功能。');
  31.  
  32. define('HEADING_RETURNING_CUSTOMER', '登录');
  33. define('TEXT_PASSWORD_FORGOTTEN', '忘记密码?')
  34. ?>