Koha/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc
kados 56244e6efd Using my precrash CVS copy I did the following:
cvs -z3 -d:ext:kados@cvs.savannah.nongnu.org:/sources/koha co -P koha
find koha.precrash -type d -name "CVS" -exec rm -v {} \;
cp -r koha.precrash/* koha/
cd koha/
cvs commit

This should in theory put us right back where we were before the crash
2007-03-16 01:25:08 +00:00

15 lines
828 B
HTML

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css" />
<style type="text/css" media="screen">
<!-- TMPL_IF NAME="intranetstylesheet" -->
@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);
<!-- TMPL_ELSE -->
@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="intranetcolorstylesheet" -->
@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);
<!-- /TMPL_IF -->
</style>
</head>
<body>