diff options
Diffstat (limited to 'customization/errorpage/501.shtml')
-rw-r--r-- | customization/errorpage/501.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/501.shtml b/customization/errorpage/501.shtml index cca0cbb..3760c9f 100644 --- a/customization/errorpage/501.shtml +++ b/customization/errorpage/501.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="501" --> <!--#set var="ERRORPAGE_TEXT" value="Not Implemented" --> -<!--#set var="ERRORPAGE_INFO" value="The server does not support the action requested by the client." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The server does not support the action requested by the client.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |