function dashboard_dashboard_regions

dashboard_dashboard_regions()

Implements hook_dashboard_regions().

File

modules/dashboard/dashboard.module, line 483
Provides a dashboard page in the administrative interface.

Code

function dashboard_dashboard_regions() {
  return array(
    'dashboard_main' => 'Dashboard (main)',
    'dashboard_sidebar' => 'Dashboard (sidebar)',
    'dashboard_inactive' => 'Dashboard (inactive)',
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!dashboard!dashboard.module/function/dashboard_dashboard_regions/7.x