function overlay_preprocess_maintenance_page

overlay_preprocess_maintenance_page(&$variables)

Implements hook_preprocess_maintenance_page().

If the current page request is inside the overlay, add appropriate classes to the <body> element, and simplify the page title.

See also

overlay_preprocess_maintenance_page()

File

modules/overlay/overlay.module, line 500
Displays the Drupal administration interface in an overlay.

Code

function overlay_preprocess_maintenance_page(&$variables) {
  overlay_preprocess_html($variables);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!overlay!overlay.module/function/overlay_preprocess_maintenance_page/7.x