1.20.x dashboard.module | dashboard_theme() |
Implements hook_theme().
File
- modules/
dashboard/ dashboard.module, line 247 - Provides an administrative dashboard.
Code
function dashboard_theme() {
return array(
'dashboard_panel' => array(
'render element' => 'panel',
'template' => 'templates/dashboard-panel',
),
);
}