You are here

function seven_preprocess_maintenance_page in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/themes/seven/seven.theme \seven_preprocess_maintenance_page()

Implements hook_preprocess_maintenance_page().

File

core/themes/seven/seven.theme, line 142
Functions to support theming in the Seven theme.

Code

function seven_preprocess_maintenance_page(&$variables) {

  // Seven has custom styling for the maintenance page.
  $variables['#attached']['library'][] = 'seven/maintenance-page';
}