get('moduleclass_sfx').'" id="jemmodulewide">'; if (count($list)) { if (JemHelper::jemStringContains($params->get('moduleclass_sfx'), 'jem-tablestyle')) { include('default_jem_eventslist_small.php'); // Similar to the old table-layout } else { include("default_jem_eventslist.php"); // The new layout } } else { echo Text::_('MOD_JEM_WIDE_NO_EVENTS'); } echo ''; ?>