From bed7184fbbe63aec30add514b7f9f451dc93d91a Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 10 Aug 2014 18:28:12 +0200 Subject: Add ability to use another Bootstrap theme. --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') 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 ''; } + if ($this->frontpage['custom_boostrap_theme']) { + print ''; + } print ''; print ''; print ''; -- cgit v1.2.3