1
0

9 lines
363 B
PHP
Raw Normal View History

2020-02-12 23:25:39 +02:00
<?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>';
2020-02-16 14:18:44 +02:00
$_['text_account'] = 'Tili';
2020-03-02 10:58:49 +02:00
$_['text_logout'] = 'Kirjaudu Ulos';