Skip to content

Commit

Permalink
Fix: Duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 22, 2013
1 parent ec576c9 commit faae93b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions htdocs/main.inc.php
Expand Up @@ -725,13 +725,6 @@ function analyse_sql_and_script(&$var, $type)
$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
Expand Down

0 comments on commit faae93b

Please sign in to comment.