Index: modules/dashboard/dashboard.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/dashboard/dashboard.module,v retrieving revision 1.4 diff -u -r1.4 dashboard.module --- modules/dashboard/dashboard.module 15 Nov 2005 19:36:06 -0000 1.4 +++ modules/dashboard/dashboard.module 28 Nov 2005 17:35:38 -0000 @@ -54,6 +54,8 @@ * Implementation of hook_menu(). */ function dashboard_menu($may_cache) { + drupal_set_html_head(theme('stylesheet_import', drupal_get_path('module', 'dashboard') .'/dashboard.css')); + $items = array(); if ($may_cache) { @@ -111,8 +113,6 @@ return; } - drupal_set_html_head(''); - $left = check_output($node->dashboard_left, $node->format); $right = check_output($node->dashboard_right, $node->format); $top = check_output($node->dashboard_top, $node->format);