function overlay_preprocess_maintenance_page
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
Code
function overlay_preprocess_maintenance_page(&$variables) {
overlay_preprocess_html($variables);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.