26 lines
883 B
PHP
26 lines
883 B
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: user_account.php,v 1.3 2007/06/12 16:36:39 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: account.php,v 1.11 2003/02/16 00:42:02 harley_vb
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Ihr Konto';
|
|
$aLang['heading_title'] = 'Ihre persönliche Daten';
|
|
|