One good thing that I need help completing with this theme is the creation of a maintenance page so the "site offline" display can be themed and styled to match the main. Does anyone have a good starting point for making this work? How does one override the maintenance page in D6?

Comments

jeremycaldwell’s picture

The easiest way to create a maintenance page is to just copy your "page.tpl.php" file and rename the new copy to "maintenance-page.tpl.php". This will automatically call your new .tpl file for the maintenance page. So since you don't need all of regions and divs for a maintenance page you can edit the new file and remove the necessary divs or customize it a bit more than the default page file.

seaneffel’s picture

Status: Active » Fixed

Thanks, thats the tip I needed. Will commit in a few hours.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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