Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-showmarc.tt
Owen Leonard a21d8e5da4 Bug 8288 - showmarc.tt should not include full doc-head-close.inc
showmarc.tt and opac-showmarc.tt are used to load a plain view
of a MARC record and thus do not need the full set of page assets
loaded with other pages (CSS and JavaScript). Removing the
standard doc-head-close include will reduce the load time of
these pages.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-06-27 18:03:42 +02:00

8 lines
271 B
Text

[% INCLUDE 'doc-head-open.inc' %]MARC view
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body id="opac-showmarc">
<div id="main">
<pre>[% MARC_FORMATTED %]</pre>
<!-- div gets closed by opac-bottom.inc -->
[% INCLUDE 'opac-bottom.inc' %]