使用SB-ADMIN-2主题
This commit is contained in:
parent
5e0d07f872
commit
a3ccc96e30
12
tools.php
12
tools.php
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
function include_jquery()
|
function include_jquery()
|
||||||
{
|
{
|
||||||
echo '<script src="3rdpty/jquery-3.1.0.js"></script>
|
echo '<script src="3rdpty/jquery-3.1.0.js"></script>';
|
||||||
';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function include_font_awesome()
|
function include_font_awesome()
|
||||||
@ -13,10 +12,11 @@
|
|||||||
|
|
||||||
function include_bootstrap()
|
function include_bootstrap()
|
||||||
{
|
{
|
||||||
echo '<link rel="stylesheet" href="3rdpty/bootstrap/css/bootstrap.css">
|
echo '<link rel="stylesheet" href="3rdpty/bootstrap/css/bootstrap.css">';
|
||||||
<link rel="stylesheet" href="3rdpty/bootstrap/css/bootstrap-theme.css">
|
//echo '<link rel="stylesheet" href="3rdpty/bootstrap/css/bootstrap-theme.css">';
|
||||||
<script src="3rdpty/bootstrap/js/bootstrap.js"></script>
|
echo '<link rel="stylesheet" href="3rdpty/sb-admin-2/css/sb-admin-2.css">';
|
||||||
';
|
echo '<script src="3rdpty/sb-admin-2/js/sb-admin-2.js"></script>';
|
||||||
|
echo '<script src="3rdpty/bootstrap/js/bootstrap.js"></script>';
|
||||||
};
|
};
|
||||||
|
|
||||||
function include_jsgird()
|
function include_jsgird()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user