Added default language pack (en-gb)
This commit is contained in:
8
catalog/account/logout.php
Normal file
8
catalog/account/logout.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Account Logout';
|
||||
|
||||
// Text
|
||||
$_['text_message'] = '<p>You have been logged off your account. It is now safe to leave the computer.</p><p>Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.</p>';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_logout'] = 'Logout';
|
Reference in New Issue
Block a user