Copyright 2008-2016 © Longer Vogue. All rights reserved.
Step 1. log into cPanel and click on "File Manager"
Step 2. Look for /catalog/language/english/common/footer.php

Step 3. Edit the last line in footer.php file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| <?php<br>// Text<br>$_['text_information'] = 'Information';$_['text_service'] = 'Customer Service';$_['text_extra'] = 'Extras';$_['text_contact'] = 'Contacts';$_['text_return'] = 'Returns';$_['text_sitemap'] = 'Site Map';$_['text_manufacturer'] = 'Brands';$_['text_voucher'] = 'Gift Vouchers';$_['text_affiliate'] = 'Affiliates';$_['text_special'] = 'Specials';$_['text_account'] = 'My Account';$_['text_order'] = 'Order History';$_['text_wishlist'] = 'Wish List';$_['text_newsletter'] = 'Newsletter';$_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a> %s © %s';?> |
Change the Copyright year and rights to whatever you want.
$_['text_powered'] = 'Copyright 2008-2016 © <a href="http://longervogue.com/">Longer Vogue</a>. All rights reserved.';
No comments:
Post a Comment