summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_switch_theme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mod_switch_theme.php b/modules/mod_switch_theme.php
index c260f40..d97b5c6 100644
--- a/modules/mod_switch_theme.php
+++ b/modules/mod_switch_theme.php
@@ -1,4 +1,5 @@
<?php
+global $gBitThemes;
$change_theme = $gBitSystem->getConfig('users_themes');
$gBitSmarty->assign('change_theme', $change_theme);
$style = $gBitSystem->getStyle();