Issue #2049207 by LinL, Cottser: Fix reference to maintenance page tpl.php in default.settings.php
parent
0f8d219176
commit
3970a07160
|
@ -478,7 +478,8 @@ $settings['update_free_access'] = FALSE;
|
|||
* 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';
|
||||
|
|
Loading…
Reference in New Issue