diff options
Diffstat (limited to 'customization/errorpage/400.shtml')
-rw-r--r-- | customization/errorpage/400.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/400.shtml b/customization/errorpage/400.shtml index 385c7a9..90e2e15 100644 --- a/customization/errorpage/400.shtml +++ b/customization/errorpage/400.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="400" --> <!--#set var="ERRORPAGE_TEXT" value="Bad Request" --> -<!--#set var="ERRORPAGE_INFO" value="Your browser (or proxy) sent a request that this server could not understand." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>Your browser (or proxy) sent a request that this server could not understand.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |