Excluding Tablets from mobile version

Permalink
Hi,

I like to exclude tablets using the mobile theme. (C5 5.6.3.1) I have searched the forum andhttps://github.com/serbanghita/Mobile-Detect/wiki/Code-examples.... But could not find a way to get it to work.

<?php
// Check for any mobile device, excluding tablets.
if ($detect->isMobile() && !$detect->isTablet()) {
    // Your code here.
}


But if I look in mobile_detect.php I can't find "if ($detect->isMobile()" or something to replace.

Any suggestions? Thanks

 
studio4graphics replied on at Permalink Reply
Any ideas?
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi studio4graphics,

I am not familiar with 5.6, but I wonder if this link might point you in the right direction.
http://www.concrete5.org/community/forums/customizing_c5/mobile-det...
studio4graphics replied on at Permalink Reply