20 lines
734 B
PHP
20 lines
734 B
PHP
<?php
|
|
// Text
|
|
$_['text_information'] = 'Information';
|
|
$_['text_blog'] = 'Blog';
|
|
$_['text_service'] = 'Customer Service';
|
|
$_['text_extra'] = 'Extras';
|
|
$_['text_contact'] = 'Contact Us';
|
|
$_['text_return'] = 'Returns';
|
|
$_['text_sitemap'] = 'Site Map';
|
|
$_['text_gdpr'] = 'GDPR';
|
|
$_['text_manufacturer'] = 'Brands';
|
|
$_['text_voucher'] = 'Gift Certificates';
|
|
$_['text_affiliate'] = 'Affiliate';
|
|
$_['text_special'] = 'Specials';
|
|
$_['text_account'] = 'My Account';
|
|
$_['text_order'] = 'Order History';
|
|
$_['text_wishlist'] = 'Wish List';
|
|
$_['text_newsletter'] = 'Newsletter';
|
|
$_['text_powered'] = '<a href="#"> © Copyright 2024. All Right Reserved. Ekdant</a>';
|