templates/hideaway4you/dma_eg_default_slider_start.html5 line 6

Open in your IDE?
  1. <?php
  2. if($_GET['do']!='article'):
  3. // $this->import('\MobileDetection\Mobile_Detection','Mobile_Detection');
  4. // if ($this->Mobile_Detection->getDeviceType() == 'phone') $isPhone = true;
  5. if (\Environment::get('agent')->mobile) $isPhone = true;
  6. ?>
  7. <div id="layerslider" style="width: 100%; height: <?= ($isPhone ? '183px' : '550px') ?>;">
  8. <?php endif; ?>