Wednesday, April 21, 2010

Drupal Site offline page theme

To enable offline theme add the following line in settings.php

<?php
$conf['maintenance_theme'] = '<themename>';
?>

Now the site is ready with offline theme. Drupal provides contributed offline theme to use. Click here http://ftp.drupal.org/files/projects/offline-6.x-1.1.tar.gz to download offline theme.