From 998bbe928075e5f307cb7afec19621a8e1f50a46 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Feb 2011 19:32:11 +0000 Subject: [PATCH] New: a specialized menu is now used when using smartphones --- htdocs/master.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index 4cec2fcb602..52cf31c1ba6 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -108,6 +108,7 @@ if (isset($_SERVER["HTTP_USER_AGENT"])) else $conf->browser->name='unknown'; // Other if (in_array($conf->browser->name,array('firefox','iceweasel'))) $conf->browser->firefox=1; + //$conf->browser->phone='android'; } // Chargement des includes principaux de librairies communes