使用SB-ADMIN-2主题

This commit is contained in:
hyzboy 2016-09-04 01:12:28 +04:00
parent 5e0d07f872
commit a3ccc96e30

View File

@ -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()