diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 00:00:53 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 00:00:53 +0100 |
commit | aeb5fdd466e6b62d97bfa1c2d1e91b8d4f5f2e39 (patch) | |
tree | 392ad7703140097a778b6e980c7b0792880bfe09 /includes/config.defaults.php | |
parent | 9445e01fe6de66817e4f0b255f2e20c7ad2f66ca (diff) |
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.
Diffstat (limited to 'includes/config.defaults.php')
-rw-r--r-- | includes/config.defaults.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 |