return array( 'sidebar' => array( 'mod1' => array( 'method1' => 'Nice title', 'method2' => 'Nice title 2', ), ), );
Fuel::add_module('mod1'); Debug::dump(Config::get('config'));
Variable #1: NULL
Config::load('config');
Config::load('config');
I would recommend naming your config files the same as your modules.
\Config::load('modulename::config');
It looks like you're new here. If you want to get involved, click one of these buttons!