Initial dev repository
[kcls-web.git] / opac / skin / default / xml / header.xml
diff --git a/opac/skin/default/xml/header.xml b/opac/skin/default/xml/header.xml
new file mode 100644 (file)
index 0000000..3f312b4
--- /dev/null
@@ -0,0 +1,15 @@
+<head>
+    <meta http-equiv="X-UA-Compatible" content="chrome=1"></meta>
+       <!-- Set the page title -->
+
+       <!--#include virtual="common/css_common.xml"-->
+
+       <title>&<!--#echo var="OILS_TITLE"-->;</title>
+       <link rel="unapi-server" type="application/xml" title="unAPI" href="http://<!--#echo var='HTTP_HOST'-->/opac/extras/unapi"/>
+       <link rel="icon" type="image/ico" href="/favicon.ico"/>
+
+       <!--#if expr="$slimpac!='true'"-->
+               <!--#include virtual="common/js_common.xml"-->
+       <!--#endif-->
+
+</head>