From 020218b7ef1f900821ed2a814594231bdf7fb8cf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Feb 2011 17:22:02 +0000 Subject: [PATCH] Enhancement in smartphone menu management --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);