diff options
Diffstat (limited to 'customization/errorpage/500.shtml')
-rw-r--r-- | customization/errorpage/500.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/500.shtml b/customization/errorpage/500.shtml index d08dfbc..6214974 100644 --- a/customization/errorpage/500.shtml +++ b/customization/errorpage/500.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="500" --> <!--#set var="ERRORPAGE_TEXT" value="Internal Server Error" --> -<!--#set var="ERRORPAGE_INFO" value="The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |