Skip to content

Commit

Permalink
Bugfix, to actually use any other than the default theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ta2edchimp committed Sep 25, 2015
1 parent a470012 commit 54642a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 54642a1

Please sign in to comment.