mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Added bootstrap-toggle css+js
This commit is contained in:
parent
61a34349a6
commit
6b0373dee5
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,9 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
|
|||
<!-- Bootstrap Core CSS -->
|
||||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Bootstrap Toggle CSS -->
|
||||
<link href="vendor/bootstrap-toggle/css/bootstrap-toggle.min.css" rel="stylesheet">
|
||||
|
||||
<!-- MetisMenu CSS -->
|
||||
<link href="vendor/metisMenu/metisMenu.min.css" rel="stylesheet">
|
||||
|
||||
|
@ -239,6 +242,9 @@ $extraFooterScripts = array();
|
|||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Bootstrap Toggle JavaScript -->
|
||||
<script src="vendor/bootstrap-toggle/js/bootstrap-toggle.min.js"></script>
|
||||
|
||||
<!-- Metis Menu Plugin JavaScript -->
|
||||
<script src="vendor/metisMenu/metisMenu.min.js"></script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue