summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php
diff options
context:
space:
mode:
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">