diff options
Diffstat (limited to 'customization/errorpage/405.shtml')
-rw-r--r-- | customization/errorpage/405.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/405.shtml b/customization/errorpage/405.shtml index 0dbcc7b..2e699cc 100644 --- a/customization/errorpage/405.shtml +++ b/customization/errorpage/405.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="405" --> <!--#set var="ERRORPAGE_TEXT" value="Method Not Allowed" --> -<!--#set var="ERRORPAGE_INFO" value="The request method, with which the server has been requested is not allowed." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The request method, with which the server has been requested is not allowed.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |