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. --- includes/config.defaults.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 4632ca0..b333e5d 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -11,6 +11,8 @@ $config = array ( 'frontpage' => array ( // Use Bootstrap theme 'bootstrap_theme' => true, + // Custom Bootstrap theme + 'custom_bootstrap_theme' => false, // CSS to use 'css' => 'css/style.css', // Display the title @@ -65,4 +67,4 @@ $config = array ( ); -// End of config.defaults..php +// End of config.defaults.php -- cgit v1.2.3