From 96e186bb52e78662fe78c2ac057da26faf7d6a76 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 14 Feb 2013 12:54:16 +0100 Subject: [PATCH] set default style to bootstrap, set extraPath before checking system --- inc/inc.ClassSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php index 4aa092d9e..e3d2ea766 100644 --- a/inc/inc.ClassSettings.php +++ b/inc/inc.ClassSettings.php @@ -98,7 +98,7 @@ class Settings { /* {{{ */ // enable/disable converting of files var $_enableConverting = false; // default style - var $_theme = "clean"; + var $_theme = "bootstrap"; // Workaround for page titles that go over more than 2 lines. var $_titleDisplayHack = true; // enable/disable automatic email notification