1 template.php seven_preprocess_maintenance_page(&$variables)

File

core/themes/seven/template.php, line 147
Preprocess functions and theme function overrides for the Seven theme.

Code

function seven_preprocess_maintenance_page(&$variables) {
  $variables['html_attributes']['class'][] = 'maintenance-page-wrapper';
}