Closed (fixed)
Project:
Freestyle
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2008 at 13:27 UTC
Updated:
29 Oct 2008 at 06:51 UTC
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
Comment #1
jeremycaldwell commentedThe 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.
Comment #2
seaneffel commentedThanks, thats the tip I needed. Will commit in a few hours.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.