diff options
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/init.php b/lib/init.php index a96462a1..8bccb7c8 100644 --- a/lib/init.php +++ b/lib/init.php @@ -244,9 +244,6 @@ unset($results); /* Setup the flip class */ flip_class(array('odd','even')); -/* Set the Theme */ -$theme = get_theme(Config::get('theme_name')); - /* Check to see if we need to perform an update */ if (! preg_match('/update\.php/', $_SERVER['PHP_SELF'])) { if (Update::need_update()) { |