Maian Guardian uses the
Mobile Detection PHP class. In any PHP template files you
can use the following:
constant
MSW_PLATFORM_DETECTION = Has values pc, tablet or mobile
object
$this->PLAT_DETECT = For any available Mobile Detect class functions. See Mobile Detect website. Example:
if ($this->PLAT_DETECT->isMobile()) {
// do something..
}