From 59d6000e89ff5d93269c7ae6eb856d9c705d5bbb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 5 Jan 2019 15:13:35 +0100 Subject: [PATCH] Code comment --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 27e3b84b1de..ec4f894e4e1 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -913,7 +913,7 @@ if ((! empty($conf->browser->layout) && $conf->browser->layout == 'phone') // If we force to use jmobile, then we reenable javascript if (! empty($conf->dol_use_jmobile)) $conf->use_javascript_ajax=1; // Replace themes bugged with jmobile with eldy -if (! empty($conf->dol_use_jmobile) && in_array($conf->theme,array('bureau2crea','cameleo','amarok'))) +if (! empty($conf->dol_use_jmobile) && in_array($conf->theme, array('bureau2crea','cameleo','amarok'))) { $conf->theme='eldy'; $conf->css = "/theme/".$conf->theme."/style.css.php";