16 Apr
Hey there,
I want to change the standard maintenance theme -which is minelli- to deepsea to avoid another look&feel of my site during maintenance.
How can I do that?
05 May
#1
hai,
To use your theme for the maintenance page, it must be set in your "settings.php" file, which is usually located at "sites/default" or "sites/your.domain.com".
In the settings.php file, enable the $conf variable with the internal name of your theme:
<?php
$conf['maintenance_theme'] = 'themeName';
?>




