Skip to content

Instantly share code, notes, and snippets.

@davirs
Forked from edrdesigner/magento_mobile_check.php
Created September 10, 2019 17:56
Show Gist options
  • Save davirs/03ea0681eae15de5221727db7c43aab2 to your computer and use it in GitHub Desktop.
Save davirs/03ea0681eae15de5221727db7c43aab2 to your computer and use it in GitHub Desktop.
<?php
$isMobile = Zend_Http_UserAgent_Mobile::match(
Mage::helper('core/http')->getHttpUserAgent(),
$_SERVER
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment