From faae93bd033d0df24ceb124929d8cd7010c074d4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Tue, 22 Oct 2013 17:57:22 +0200 Subject: [PATCH] Fix: Duplicate code --- htdocs/main.inc.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 20a08f9b1bc..9274004d615 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -725,13 +725,6 @@ if (! empty($conf->dol_use_jmobile) && in_array($conf->theme,array('bureau2crea' $conf->css = "/theme/".$conf->theme."/style.css.php"; } -// Disabled bugged themes -if (! empty($conf->dol_use_jmobile) && in_array($conf->theme,array('bureau2crea','cameleo'))) -{ - $conf->theme='eldy'; - $conf->css = "/theme/".$conf->theme."/style.css.php"; -} - if (! defined('NOREQUIRETRAN')) { if (! GETPOST('lang')) // If language was not forced on URL -- GitLab