<?phpif($_GET['do']!='article'): // $this->import('\MobileDetection\Mobile_Detection','Mobile_Detection'); // if ($this->Mobile_Detection->getDeviceType() == 'phone') $isPhone = true; if (\Environment::get('agent')->mobile) $isPhone = true;?><div id="layerslider" style="width: 100%; height: <?= ($isPhone ? '183px' : '550px') ?>;"><?php endif; ?>