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

Zen Cart 源代码 logoff.php




下载文件

文件名: logoff.php
文件类型: PHP文件
文件大小: 716 Bytes
MD5: ea35734eedd707f9b586b989d70f9aae

logoff.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2007 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: logoff.php 6992 2007-09-13 02:54:24Z ajeh $
  8.  */
  9.  
  10. define('HEADING_TITLE', 'Log Off');
  11. define('NAVBAR_TITLE', 'Log Off');
  12. define('TEXT_MAIN', 'You have been logged off your account. It is now safe to leave the computer.<br /><br />If you had items in your cart, they have been saved. The items inside it will be restored when you <a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '"><span class="pseudolink">log back into your account</span></a>.<br />');
  13.  
  14. ?>


cron