Koha/koha-tmpl/intranet-tmpl/prog/en/help/nohelp.tmpl
kados 5f4542992a This is a minor change, but affects all templates:
previously, it wasn't possible to insert anything into the <head> on
an individual template unless it was the title of the page. Now, the
structure is a bit more flexible to allow additional head elements to
be included.
2007-03-11 21:08:11 +00:00

8 lines
293 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Online Help &rsaquo; No Help For This Topic!</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<h1>Online Help</h1>
<p>Sorry, there is no help available for this topic</p>
</div>
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->