From 6588db8fd6d6b9aa7edcd8b97db9acdd98a3342c Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 10 Aug 2014 13:31:28 +0200 Subject: Add config option to enable/disable the bootstrap theme. --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 1cfbda6..059fd72 100644 --- a/index.php +++ b/index.php @@ -222,7 +222,9 @@ final class LookingGlass { print ''; print ''.htmlentities($this->frontpage['title']).''; print ''; - print ''; + if ($this->frontpage['bootstrap_theme']) { + print ''; + } print ''; print ''; print ''; -- cgit v1.2.3