summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-07 04:03:08 -0400
committerMalf Furious <m@lfurio.us>2018-09-07 04:03:08 -0400
commitad49e79ec0b3a49d8d89fb8d190f822d0b2c2268 (patch)
tree204d2a12013cd4fee5b86a6b99818985bd5715e8 /app/view/stdpage.php
parentb2ba827957aa15ea7ad48e5a661827704fa395c7 (diff)
parent28a49bd9688640a3682c7eb5f643155a146b2824 (diff)
downloadscrott-ad49e79ec0b3a49d8d89fb8d190f822d0b2c2268.tar.gz
scrott-ad49e79ec0b3a49d8d89fb8d190f822d0b2c2268.zip
Merge branch 'feature/bs-select' into dev
Diffstat (limited to 'app/view/stdpage.php')
-rw-r--r--app/view/stdpage.php2
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">