c5 - mobile detect
Loader::library('3rdparty/mobile_detect'); $md = new Mobile_Detect(); if ($md->isMobile() == true) { }