diff options
Diffstat (limited to 'customization/errorpage/503.shtml')
-rw-r--r-- | customization/errorpage/503.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/503.shtml b/customization/errorpage/503.shtml index 5c28812..67e6861 100644 --- a/customization/errorpage/503.shtml +++ b/customization/errorpage/503.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="503" --> <!--#set var="ERRORPAGE_TEXT" value="Service Unavailable" --> -<!--#set var="ERRORPAGE_INFO" value="The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |