It is a simple module for a model named.
below is my setting in MY_fuel_modules.php.
$config['modules']['paper'] = array( 'sanitize_input' => array('template','php'), 'default_order' => 'desc', 'icon_class' => 'ico_research', );
It …
Thanks. I am trying to inherit Fuel_layout
When i inherit Fuel_layout, my view page become blank. Is anything wrong in the config? The path should be correct.
[MY_fuel_layouts.php]
$config['layouts']['main'] = array(
'file' => $config['layo…