diff --git a/init.php b/init.php index d8aedc3..0b30415 100644 --- a/init.php +++ b/init.php @@ -32,7 +32,7 @@ $app->config('debug', $BR_DEBUGMODE); // Theming ... -if (!defined('BR_THEME')) +if (defined('BR_THEME')) $theme = BR_THEME; if(!isset($theme) || empty($theme)) $theme = "default";