summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 059fd72..7220c7b 100644
--- a/index.php
+++ b/index.php
@@ -225,6 +225,9 @@ final class LookingGlass {
if ($this->frontpage['bootstrap_theme']) {
print '<link href="libs/bootstrap-3.2.0/css/bootstrap-theme.min.css" rel="stylesheet" />';
}
+ if ($this->frontpage['custom_boostrap_theme']) {
+ print '<link href="'.$this->frontpage['custom_bootstrap_theme'].'" rel="stylesheet" />';
+ }
print '<link href="'.$this->frontpage['css'].'" rel="stylesheet" />';
print '</head>';
print '<body>';