Added a permissions array to all the controllers that extends FHC_Controller

This commit is contained in:
Paolo
2018-03-21 15:33:39 +01:00
parent 1f2450cf17
commit e8bec1ebf5
17 changed files with 272 additions and 172 deletions
@@ -14,7 +14,12 @@ class Navigation extends FHC_Controller
*/
public function __construct()
{
parent::__construct();
parent::__construct(
array(
'menu' => 'basis/vilesci:r',
'header' => 'basis/vilesci:r'
)
);
$this->config->load('navigation');