diff options
Diffstat (limited to 'customization/errorpage/403.shtml')
-rw-r--r-- | customization/errorpage/403.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/403.shtml b/customization/errorpage/403.shtml index 4aa3b64..fb59017 100644 --- a/customization/errorpage/403.shtml +++ b/customization/errorpage/403.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="403" --> <!--#set var="ERRORPAGE_TEXT" value="Forbidden" --> -<!--#set var="ERRORPAGE_INFO" value="You don't have permission to access the requested resource." --> -<!--#include file="main.shtml" --> +<!--#include file="header.shtml" --> + <div>You don't have permission to access the requested resource.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |