From 183b1e0d62e6f8623143072a3b10e2c593f2646f Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Fri, 17 Aug 2012 10:37:50 +0200 Subject: [PATCH] Fix the default theme to be the one in config file. --- libraries/lib.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 5d7ed5b5..1119fc23 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -95,7 +95,6 @@ /* select the theme */ unset($_theme); - $conf['theme'] = 'default'; // 1. Check for the theme from a request var if (isset($_REQUEST['theme']) && is_file("./themes/{$_REQUEST['theme']}/global.css")) { -- 2.39.5