{% if messages %} diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 0574b23..31c747d 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -473,30 +473,12 @@ # $settings['session_write_interval'] = 180; /** - * String overrides: - * - * To override specific strings on your site with or without enabling the Locale - * module, add an entry to this list. This functionality allows you to change - * a small number of your site's default English language interface strings. - * - * Remove the leading hash signs to enable. - * - * The "en" part of the variable name, is dynamic and can be any langcode of - * any enabled language. (eg locale_custom_strings_de for german). - */ -# $settings['locale_custom_strings_en'][''] = array( -# 'forum' => 'Discussion board', -# '@count min' => '@count minutes', -# ); - -/** * A custom theme for the offline page: * * This applies when the site is explicitly set to maintenance mode through the * administration page or when the database is inactive due to an error. * The template file should also be copied into the theme. It is located inside - * 'core/modules/system/templates/maintenance-page.html.twig'. - * + * 'core/modules/system/maintenance-page.tpl.php'. * Note: This setting does not apply to installation and update pages. */ # $settings['maintenance_theme'] = 'bartik'; @@ -618,6 +600,20 @@ # $conf['system.performance']['js']['gzip'] = FALSE; /** + * String overrides: + * + * To override specific strings on your site with or without enabling the Locale + * module, add an entry to this list. This functionality allows you to change + * a small number of your site's default English language interface strings. + * + * Remove the leading hash signs to enable. + */ +# $conf['locale_custom_strings_en'][''] = array( +# 'forum' => 'Discussion board', +# '@count min' => '@count minutes', +# ); + +/** * Fast 404 pages: * * Drupal can generate fully themed 404 pages. However, some of these responses