source: branches/stable/templates/badpage.tmpl@ 649

Last change on this file since 649 was 649, checked in by Kris Deugau, 10 years ago

/branches/stable

Subtle bugfix merge! All changes from /trunk r589 through r648 merged.

File size: 310 bytes
Line 
1<body>
2<div id="main">
3
4<div id="badpage">
5<TMPL_IF badpage>
6Bad page requested:
7<div class="errmsg">
8<TMPL_VAR NAME=badpage>
9</div>
10Press the 'Back' button on your browser to continue.
11</TMPL_IF>
12<TMPL_IF badtemplate>
13Template error:
14<div class="warnmsg">
15<TMPL_VAR NAME=badtemplate>
16</div>
17</TMPL_IF>
18</div>
Note: See TracBrowser for help on using the repository browser.