I'm trying to follow the instructions in this thread to apply Sky theme settings to the Offline maintenance page, but with no success. I found this thread that seems to suggest something different needs to be done when preprocessing is involved, but after a few fruitless attempts I wasn't able to transfer this information to Sky.

Is there currently any way to use the Sky theme on the maintenance page?

Comments

intent’s picture

My question also applies to the "Can't connect to db" page.

Thanks.

jacine’s picture

Status: Active » Fixed

Sky doesn't come with a themed maintenance page, but you can make it the maintenance theme by modfiying this code in your settings.php file:

 * A custom theme can be set for the off-line page. This applies when the site
 * is explicitly set to off-line mode through the administration page or when
 * the database is inactive due to an error. It can be set through the
 * 'maintenance_theme' key. The template file should also be copied into the
 * theme. It is located inside 'modules/system/maintenance-page.tpl.php'.
 * Note: This setting does not apply to installation and update pages.
 */
#   'maintenance_theme' => 'minnelli',

You'd have to uncomment the line (remove the #), and change minelli to sky:

 'maintenance_theme' => 'minnelli',

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.