function template_process_overlay

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

Code

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

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