
Originally Posted by
fancykidz
hey,
i dont know if this question has been answered before, i tried looking through the site but too many threads,
how do i add or delete links from the drop down menus??
thanx
Go to your admin CP, under tools hit 'developers tool kit' scroll down under 'Look-up in all files' type the link that you want to remove in the first box change the All Files Look-ups drop down to 'all files - catalog/admin then change file type to 'php & css' hit search.
You should now get a few results at the top.
You'd need to delete this entry in shop/includes/languages/apple_zen/english.php
Code:
Line #142 : define('BOX_INFORMATION_UNSUBSCRIBE', 'Link name');
This entry in shop/includes/languages/english.php:
Code:
Line #142 : define('BOX_INFORMATION_UNSUBSCRIBE', 'Link name');
This entry in
/shop/includes/languages/english/extra_definitions/apple_zen/headermenu.php
Code:
Line #38 : define('HEADER_TITLE_UNSUBSCRIBE','Link name');
That should fix it. You may want to backup your shop directory before you do this though.
Bookmarks