summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-08 19:35:49 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-08 19:35:49 +0000
commite3a52979f60fe66b66e7eea9e4a8213ded7ff834 (patch)
tree4dc684cb65ad81dbe431f96690dd073876dbd0c8 /includes/theme.maintenance.inc
parent1c4b5b9f44ade9ee155fc5293376210c607c0b7b (diff)
downloadbrdo-e3a52979f60fe66b66e7eea9e4a8213ded7ff834.tar.gz
brdo-e3a52979f60fe66b66e7eea9e4a8213ded7ff834.tar.bz2
- Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now.
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index 6049141f0..927499a8f 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -12,7 +12,7 @@
* 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
* complete. Seven is always used for the initial install and update operations.
- * In other cases, Garland is used, but this can be overridden by setting a
+ * In other cases, Bartik is used, but this can be overridden by setting a
* "maintenance_theme" key in the $conf variable in settings.php.
*/
function _drupal_maintenance_theme() {
@@ -45,7 +45,7 @@ function _drupal_maintenance_theme() {
}
// We use the default theme as the maintenance theme. If a default theme
- // isn't specified in the database or in settings.php, we use Garland.
+ // isn't specified in the database or in settings.php, we use Bartik.
$custom_theme = variable_get('maintenance_theme', variable_get('theme_default', 'bartik'));
}