From 476138433b60ce31bc72681302e3cd3d732c0c83 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Jul 2009 07:54:35 +0000 Subject: - Patch #510126 by tic2000: toolbar breaks style on Garland when JS is disabled. --- modules/toolbar/toolbar.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/toolbar/toolbar.module') diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index 57d7c9b13..d096300bf 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -48,7 +48,7 @@ function toolbar_page_alter(&$page) { */ function toolbar_preprocess_page(&$vars) { if (user_access('access toolbar')) { - $vars['classes_array'][] = 'toolbar'; + $vars['classes_array'][] = 'toolbar toolbar-shortcuts'; } } -- cgit v1.2.3