Skip to content
Snippets Groups Projects
Unverified Commit 047faa3e authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3262674 by tstoeckler, lauriii, cindytwilliams, mherchel, Gábor Hojtsy:...

Issue #3262674 by tstoeckler, lauriii, cindytwilliams, mherchel, Gábor Hojtsy: Use Claro instead of Bartik as fallback maintenance theme
parent 4efef25d
No related branches found
No related tags found
No related merge requests found
...@@ -591,7 +591,7 @@ ...@@ -591,7 +591,7 @@
* *
* Note: This setting does not apply to installation and update pages. * Note: This setting does not apply to installation and update pages.
*/ */
# $settings['maintenance_theme'] = 'bartik'; # $settings['maintenance_theme'] = 'claro';
/** /**
* PHP settings: * PHP settings:
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* Used for site installs, updates and when the site is in maintenance mode. * Used for site installs, updates and when the site is in maintenance mode.
* It also applies when the database is unavailable or bootstrap was not * It also applies when the database is unavailable or bootstrap was not
* complete. Seven is always used for the initial install and update * complete. Seven is always used for the initial install and update
* operations. In other cases, Bartik is used, but this can be overridden by * operations. In other cases, Claro is used, but this can be overridden by
* setting a "maintenance_theme" key in the $settings variable in settings.php. * setting a "maintenance_theme" key in the $settings variable in settings.php.
*/ */
function _drupal_maintenance_theme() { function _drupal_maintenance_theme() {
...@@ -53,8 +53,8 @@ function _drupal_maintenance_theme() { ...@@ -53,8 +53,8 @@ function _drupal_maintenance_theme() {
} }
if (!$custom_theme) { if (!$custom_theme) {
// We have been unable to identify the configured theme, so fall back to // We have been unable to identify the configured theme, so fall back to
// a safe default. Bartik is reasonably user friendly and fairly generic. // a safe default. Claro is reasonably user friendly and fairly generic.
$custom_theme = 'bartik'; $custom_theme = 'claro';
} }
} }
......
...@@ -591,7 +591,7 @@ ...@@ -591,7 +591,7 @@
* *
* Note: This setting does not apply to installation and update pages. * Note: This setting does not apply to installation and update pages.
*/ */
# $settings['maintenance_theme'] = 'bartik'; # $settings['maintenance_theme'] = 'claro';
/** /**
* PHP settings: * PHP settings:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment