Update index.php

This commit is contained in:
piwats 2015-04-17 16:52:29 +02:00
parent fa3c069f28
commit 237b17df06

View file

@ -26,8 +26,8 @@ if (!is_logged_in() and isset($_POST['formname']) and $_POST['formname'] === "lo
<link href="jquery-ui/themes/base/jquery.ui.all.css" rel="stylesheet" type="text/css"/> <link href="jquery-ui/themes/base/jquery.ui.all.css" rel="stylesheet" type="text/css"/>
<link href="jtable/lib/themes/metro/blue/jtable.min.css" rel="stylesheet" type="text/css"/> <link href="jtable/lib/themes/metro/blue/jtable.min.css" rel="stylesheet" type="text/css"/>
<link href="css/base.css" rel="stylesheet" type="text/css"/> <link href="css/base.css" rel="stylesheet" type="text/css"/>
<?php if ($cssadditions === TRUE) { ?> <?php if ($menutype === horizontal) { ?>
<link href="css/additions.css" rel="stylesheet" type="text/css"/> <link href="css/horizontal-menu.css" rel="stylesheet" type="text/css"/>
<?php } ?> <?php } ?>
<script src="jquery-ui/jquery-1.10.2.js" type="text/javascript"></script> <script src="jquery-ui/jquery-1.10.2.js" type="text/javascript"></script>
<script src="jquery-ui/ui/jquery.ui.core.js" type="text/javascript"></script> <script src="jquery-ui/ui/jquery.ui.core.js" type="text/javascript"></script>