This is a minor change, but affects all templates:
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / errors / 400.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Error</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <!-- TMPL_INCLUDE NAME="menus.inc" -->
6
7 <div id="mainbloc">
8 <h1>An Error has Occurred!</h1>
9 <h2>Error 404</h2>
10 <div id="main">
11 <ul>
12 <li>This error means that the link was broken and that the page doesn't exist</li>      
13 <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
14 <li>Use top menu bar to navigate to another part of Koha.</li>
15 </ul>
16 </div>
17 </div>
18 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
19