27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: user_logoff.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: logoff.php
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['heading_title'] = 'Log Off';
|
|
$aLang['navbar_title'] = 'Log Off';
|
|
$aLang['text_main'] = 'You have been logged off your account. It is now safe to leave the computer.<br /><br />Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.';
|
|
$aLang['text_back_to_home'] = 'Back to homepage now!';
|