mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Update index.php
This commit is contained in:
parent
fa3c069f28
commit
237b17df06
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue