From aeb5fdd466e6b62d97bfa1c2d1e91b8d4f5f2e39 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 28 Jan 2018 00:00:53 +0100 Subject: Start to work with Bootstrap 4. Add required Bootstrap 4 and jQuery 3.3.1 versions. Also add Font Awesome 5.0.6 since Bootstrap decided to remove Glyphicons. --- includes/config.defaults.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index f5ba29b..47075c0 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -52,8 +52,6 @@ $config = array( // Frontpage configuration 'frontpage' => array( - // Use Bootstrap theme - 'bootstrap_theme' => true, // Custom Bootstrap theme 'custom_bootstrap_theme' => false, // CSS to use -- cgit v1.2.3