aboutsummaryrefslogtreecommitdiffstats
path: root/example/db/strings/http-error-page
blob: bf465584d6bf58f60354ea5b34475f55f5346572 (plain)
1
2
3
4
5
6
7
8
9
10
11
@SUB(An error occurred)
<p>
	The page could not be accessed, because: <i>$HTTP_STATUS</i>
</p>
$(if $ERROR_MESSAGE,<pre>$ERROR_MESSAGE</pre>)
<p>
	We're sorry for the inconvenience.<br />
	Please check the navigation bar to
	find the desired page.
</p>
@ENDSUB()
bues.ch cgit interface