Files
oav/dotclear._no/themes/hybrid/tpl/_head.html
2023-03-20 12:18:38 +01:00

28 lines
1.1 KiB
HTML
Executable File

<link rel="stylesheet" href="{{tpl:BlogThemeURL}}/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{{tpl:BlogThemeURL}}/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{{tpl:BlogThemeURL}}/print.css" type="text/css" media="print" />
<script type="text/javascript" src="{{tpl:BlogThemeURL}}/js/jquery.js"></script>
<script type="text/javascript" src="{{tpl:BlogThemeURL}}/js/jquery.cookie.js"></script>
<script type="text/javascript" src="{{tpl:BlogThemeURL}}/js/jquery-ui.js"></script>
<!--[if lte IE 6]>
<script type="text/javascript">
//<![CDATA[
sfHover = function() {
var sfEls = document.getElementById("menu").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//]]>
</script>
<![endif]-->
{{tpl:SysBehavior behavior="publicHeadContent"}}