diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init.php b/modules/init.php index adc87ac6..564fbc36 100644 --- a/modules/init.php +++ b/modules/init.php @@ -289,6 +289,7 @@ flip_class(array('odd','even')); /* Setup the Error Class */ $error = new Error(); +$theme = get_theme(conf('theme_name')); if (! preg_match('/update\.php/', $_SERVER['PHP_SELF'])) { $update = new Update(); |