function template_process_overlay

template_process_overlay(&$variables)

Implements template_process_HOOK() for overlay.tpl.php

Places the rendered HTML for the page body into a top level variable.

See also

template_preprocess_overlay()

overlay.tpl.php

File

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

Code

function template_process_overlay(&$variables) {
  $variables['page'] = $variables['page']['#children'];
}

© 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/template_process_overlay/7.x