<?php /** * @package Sven.Bluege * @subpackage com_eventgallery * * @copyright Copyright (C) 2005 - 2019 Sven Bluege All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('_JEXEC') or die('Restricted access'); /** * @var \de\svenbluege\joomla\eventgallery\ObjectWithConfiguration $this */ ?> <div class="eventgallery-tiles-list eventgallery-events-tiles-list"> <div class="eventgallery-tiles"> <?php foreach($this->entries as $entry) :?> <?php $this->entry = $entry;?> <?php echo $this->loadSnippet('events/tiles_event'); ?> <?php endforeach?> <div style="clear:both"></div> </div> <?php echo $this->loadSnippet('events/inc/paging_bottom'); ?> </div>