diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-10 13:31:28 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-10 13:31:28 +0200 |
commit | 6588db8fd6d6b9aa7edcd8b97db9acdd98a3342c (patch) | |
tree | 5d83c04d4636edf251a78d3c03c427bff9f1976c /includes | |
parent | 0c5dfc64a4d61750d42940137325f7c306f3badb (diff) |
Add config option to enable/disable the bootstrap theme.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/config.defaults.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 1c703eb..4632ca0 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -9,6 +9,8 @@ $config = array ( // Frontpage configuration 'frontpage' => array ( + // Use Bootstrap theme + 'bootstrap_theme' => true, // CSS to use 'css' => 'css/style.css', // Display the title |