1 template.php | bartik_preprocess_maintenance_page(&$variables) |
Prepares variables for maintenance page templates.
See also
maintenance_page.tpl.php
File
- core/
themes/ bartik/ template.php, line 12 - Contains a theme's functions to manipulate or override the default markup.
Code
function bartik_preprocess_maintenance_page(&$variables) {
backdrop_add_css(backdrop_get_path('theme', 'bartik') . '/css/maintenance-page.css');
}