Chris@0: /** Chris@0: * Implements hook_dashboard_regions(). Chris@0: */ Chris@0: function {{ machine_name }}_dashboard_regions() { Chris@0: // Define a new dashboard region. Your module can also then define Chris@0: // theme_mymodule_dashboard_region() as a theme wrapper function to control Chris@0: // the region's appearance. Chris@0: return array('mymodule_dashboard_region' => "My module's dashboard region"); Chris@0: }