function toolbar_preprocess_toolbar

Implements hook_preprocess_toolbar().

Adding the 'overlay-displace-top' class to the toolbar pushes the overlay down, so it appears below the toolbar.

File

modules/toolbar/toolbar.module, line 163

Code

function toolbar_preprocess_toolbar(&$variables) {
    $variables['classes_array'][] = "overlay-displace-top";
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.