[-] BO : theme mobile : #PSCFV-3880 : Now you have 4 options for enable the theme mobile

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17217 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-06 15:57:20 +00:00
parent 161863abe9
commit 85f9330df2
7 changed files with 381 additions and 34 deletions
+14
View File
@@ -0,0 +1,14 @@
Mobile Detect
$Id: Mobile_Detect.php 51 2012-08-03 02:16:06Z serbanghita@gmail.com $
@author Mobile_Detect v.1.0 Victor Stanciu <vic.stanciu@gmail.com>
Mobile_Detect v.2.x Serban Ghita <serban.ghita@gmail.com>
@usage require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect();
$detect->isMobile() or $detect->isTablet()
For more specific usage see the documentation navigate to:
http://code.google.com/p/php-mobile-detect/wiki/Mobile_Detect
@license http://www.opensource.org/licenses/mit-license.php The MIT License