diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 31c747d3db6edfe6d3a5b92b8c2faf690f1f609b..731179fd8ce7d891fe24829e2fe0235743bed608 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -478,7 +478,8 @@ * 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/maintenance-page.tpl.php'. + * 'core/modules/system/templates/maintenance-page.html.twig'. + * * Note: This setting does not apply to installation and update pages. */ # $settings['maintenance_theme'] = 'bartik';