1 dashboard.module dashboard_theme()

Implements hook_theme().

File

core/modules/dashboard/dashboard.module, line 246
Provides an administrative dashboard.

Code

function dashboard_theme() {
  return array(
    'dashboard_panel' => array(
      'render element' => 'panel',
      'template' => 'templates/dashboard-panel',
    ),
  );
}