- Patch #510126 by tic2000: toolbar breaks style on Garland when JS is disabled.

merge-requests/26/head
Dries Buytaert 2009-07-07 07:54:35 +00:00
parent 67fb78ce12
commit 476138433b
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}
}