1.20.x template.php | seven_preprocess_maintenance_page(&$variables) |
File
- themes/
seven/ template.php, line 183 - Preprocess functions and theme function overrides for the Seven theme.
Code
function seven_preprocess_maintenance_page(&$variables) {
$variables['html_attributes']['class'][] = 'maintenance-page-wrapper';
}