get('datemethod', 1); $showcalendar = (int)$params->get('showcalendar', 1); $showflyer = (int)$params->get('showflyer', 1); $flyer_link_type = (int)$params->get('flyer_link_type', 0); if ($flyer_link_type == 1) { JHtml::_('behavior.modal', 'a.flyermodal'); $modal = 'flyermodal'; } elseif ($flyer_link_type == 0) { $modal = 'notmodal'; } else { $modal = ''; } ?>