FUEL CMS User Guide : Version 1.5.2


Dashboards

The FUEL CMS dashboard is the initial page that appears after a successful normal login. By default, it displays recent activity within the system, FUEL blog news, as well as a link to site specific documentation created in the fuel/application/views/_docs/index.php file. However, it also allows you with the ability to include your own content. To do so, you can create an advanced module (e.g. my_module) with a controller named Dashboard. You then include your dashboard in the FUEL configuration by adding your advanced module's name to your fuel/application/config/MY_fuel.php file:

$config['dashboards'] = array('fuel', 'my_module');