New Zenner
- Join Date:
- Dec 2008
- Posts:
- 4
- Plugin Contributions:
- 0
Adding links to tool menu
Hello to everybody from Spain
I've just installed the last version of zencart (1.50) and now i'm trying to add links to the tools menu
The fact is that I have added some modules like ezpopulate, backup site or backup mysql but i cannot make these options (links) are displayed in the menu tools.
It seems these names appear in admin/includes/languages/english.php (and they connect to a file stored in the admin folder)
Ex:
// tools text
define('BOX_HEADING_TOOLS', 'Tools');
define('BOX_TOOLS_TEMPLATE_SELECT', 'Template Selection');
define('BOX_TOOLS_BANNER_MANAGER', 'Banner Manager');
define('BOX_TOOLS_CACHE', 'Cache Control');
define('BOX_TOOLS_DEFINE_LANGUAGE', 'Define Languages');
define('BOX_TOOLS_FILE_MANAGER', 'File Manager');
define('BOX_TOOLS_MAIL', 'Send Email');
etc
But i'm not able to add more links no matter i add the names like "ezpopulate" and it has a file stored in the admin folder
What is happening?