<?php 
                if ($showTeam == 1) {
                    ?>
							<th class="team"><?php 
                    echo JText::_('MOD_JOOMLEAGUE_EVENTSRANKING_COL_TEAM');
                    ?>
</th>
							<?php 
                }
                ?>
							<th class="td_c">
							<?php 
                if ($params->get('show_event_icon', 1)) {
                    ?>
								<?php 
                    echo modJLGEventsrankingHelper::getEventIcon($eventtype);
                    ?>
							<?php 
                } else {
                    ?>
								<?php 
                    echo JText::_($eventtype->name);
                    ?>
							<?php 
                }
                ?>
							</th>
						</tr>
					</thead>
					<tbody>
				<?php