Skip to content
Snippets Groups Projects
Commit 47613843 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent 67fb78ce
No related merge requests found
...@@ -48,7 +48,7 @@ function toolbar_page_alter(&$page) { ...@@ -48,7 +48,7 @@ function toolbar_page_alter(&$page) {
*/ */
function toolbar_preprocess_page(&$vars) { function toolbar_preprocess_page(&$vars) {
if (user_access('access toolbar')) { if (user_access('access toolbar')) {
$vars['classes_array'][] = 'toolbar'; $vars['classes_array'][] = 'toolbar toolbar-shortcuts';
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment