diff options
author | Malf Furious <m@lfurio.us> | 2018-09-07 03:46:58 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-07 03:46:58 -0400 |
commit | 28a49bd9688640a3682c7eb5f643155a146b2824 (patch) | |
tree | 204d2a12013cd4fee5b86a6b99818985bd5715e8 /app | |
parent | 03f8c829a8abebd856d16fd11aac29b24b292cce (diff) | |
download | scrott-28a49bd9688640a3682c7eb5f643155a146b2824.tar.gz scrott-28a49bd9688640a3682c7eb5f643155a146b2824.zip |
Include bootstrap-select from std page
Diffstat (limited to 'app')
-rw-r--r-- | app/view/stdpage.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 5bcf744..478c414 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -66,6 +66,7 @@ require_once "view/datamods.php"; <title>Scrott<?=($title ? " - ".$title : "")?></title> <link rel="stylesheet" type="text/css" href="<?=ar()?>/static/css/bootstrap.min.css" /> + <link rel="stylesheet" type="text/css" href="<?=ar()?>/static/css/bootstrap-select.min.css" /> <style type="text/css"> body @@ -135,6 +136,7 @@ require_once "view/datamods.php"; <script type="text/javascript" src="<?=ar()?>/static/js/jquery.min.js"></script> <script type="text/javascript" src="<?=ar()?>/static/js/bootstrap.min.js"></script> + <script type="text/javascript" src="<?=ar()?>/static/js/bootstrap-select.min.js"></script> <?php if (isError(ERROR) || isError(WARNING) || isError(NOTICE)) { ?> <script type="text/javascript"> |