//dashboard module view tpl init

This commit is contained in:
Vincent Augagneur
2013-09-02 10:10:20 +02:00
parent 48dd826f7d
commit d0f2a37fff
12 changed files with 303 additions and 289 deletions
@@ -46,4 +46,13 @@ class AdminDashboardControllerCore extends AdminController
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/css/nv.d3.css'
));
}
public function renderView()
{
$this->tpl_view_vars = array(
'hookDashboardZoneOne' => Hook::exec('dashboardZoneOne'),
'hookDashboardZoneTwo' => Hook::exec('dashboardZoneTwo'),
);
return parent::renderView();
}
}