It writes the followings. In the config file, add your module specific configuration information as well as and FUEL admin interface information like: $config['nav']['tools']['tools/{module_name}'] = '{module_name}';
I suggest the followings in order to make it clearer.
In the module_name.php in the modules/module_name/config/ directory, add your module specific configuration information as well as and FUEL admin interface information like: $config['nav']['tools']['tools/{module_name}'] = '{module_name}';
This will create a menu {module_name} in the admin left navigation with a link of tools/{module_name}.
Comments