Fix jquery-ui.css inclusion in templates/Froxlor/header.tpl

This commit is contained in:
Michael Kaufmann (d00p)
2012-06-22 09:29:23 +02:00
parent a2c49c3071
commit 40d68df86b

View File

@@ -22,7 +22,7 @@
</if>
<link href="templates/Froxlor/froxlor.css" rel="stylesheet" type="text/css" />
<!--[if IE]><link rel="stylesheet" href="templates/Froxlor/froxlor_ie.css" type="text/css" /><![endif]-->
<link href="css/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="css/jquery.jquery-ui.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="templates/Froxlor/js/froxlor.js"></script>
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
</head>