diff --git a/htdocs/index.php b/htdocs/index.php index 68a0b738373..29300e0b0e1 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -56,7 +56,7 @@ if (!isset($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_IN if (preg_match('/^smartphone/',$conf->smart_menu) && isset($conf->browser->phone)) { $limitmenuto=GETPOST('limitmenuto')?GETPOST('limitmenuto'):0; - $limitmenuto=1; // A virer + $limitmenuto=0; // A virer // Load the smartphone menu manager $result=@include_once(DOL_DOCUMENT_ROOT ."/includes/menus/smartphone/".$conf->smart_menu);