Skip to content
Snippets Groups Projects
Commit faae93bd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Duplicate code

parent ec576c91
No related branches found
No related tags found
No related merge requests found
...@@ -725,13 +725,6 @@ if (! empty($conf->dol_use_jmobile) && in_array($conf->theme,array('bureau2crea' ...@@ -725,13 +725,6 @@ if (! empty($conf->dol_use_jmobile) && in_array($conf->theme,array('bureau2crea'
$conf->css = "/theme/".$conf->theme."/style.css.php"; $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 (! defined('NOREQUIRETRAN'))
{ {
if (! GETPOST('lang')) // If language was not forced on URL if (! GETPOST('lang')) // If language was not forced on URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment