summaryrefslogtreecommitdiff
path: root/src/application/views/template_start.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/views/template_start.php')
-rw-r--r--src/application/views/template_start.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/application/views/template_start.php b/src/application/views/template_start.php
index e011f74..4cfdb74 100644
--- a/src/application/views/template_start.php
+++ b/src/application/views/template_start.php
@@ -8,9 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title><?= htmlentities($_title ?? "") ?></title>
- <link rel="stylesheet" href="/ui/dist/css/bootstrap.min.css">
- <link rel="stylesheet" href="/ui/dist/css/bootstrap-theme.min.css">
- <link rel="stylesheet" href="/ui/site.css">
+ <link rel="stylesheet" href="/ui/theme-default.css">
<script src="/ui/jquery-1.12.4.min.js"></script>
<script src="/ui/dist/js/bootstrap.min.js"></script>
<script src="/ui/modernizr-2.6.2.min.js"></script>