function garland_preprocess_maintenance_page
garland_preprocess_maintenance_page(&$variables)
Override or insert variables into the maintenance page template.
File
- themes/garland/template.php, line 22
Code
function garland_preprocess_maintenance_page(&$variables) { // While markup for normal pages is split into page.tpl.php and html.tpl.php, // the markup for the maintenance page is all in the single // maintenance-page.tpl.php template. So, to have what's done in // garland_preprocess_html() also happen on the maintenance page, it has to be // called here. garland_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/themes!garland!template.php/function/garland_preprocess_maintenance_page/7.x