global $gantry;
$platform = $gantry->browser->platform;
$enabled = $gantry->get($platform . '-enabled', 0);
$view = 'viewswitcher-' . $gantry->get('template_prefix') . $platform . '-switcher';
if ($enabled && JFactory::getApplication()->input->cookie->get($view, true, 'string') != '0') {
// using iphone or android layout
}
Time to create page: 0.060 seconds