mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Add additions.css with option into <head>
This commit is contained in:
parent
338cbcfab6
commit
d02b059977
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ 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) { ?>
|
||||||
|
<link href="css/additions.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<?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>
|
||||||
<script src="jquery-ui/ui/jquery.ui.widget.js" type="text/javascript"></script>
|
<script src="jquery-ui/ui/jquery.ui.widget.js" type="text/javascript"></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue