- Patch #510126 by tic2000: toolbar breaks style on Garland when JS is disabled.
parent
67fb78ce12
commit
476138433b
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue