Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/event/
Upload File :
Current File : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/event/imagelist.php

<?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
 */

defined('_JEXEC') or die('Restricted access');
/**
 * @var \de\svenbluege\joomla\eventgallery\ObjectWithConfiguration $this
 */
?>

<div class="event">
    <?php IF ($this->config->getEvent()->doShowDate()): ?>
        <h4 class="date">
            <?php echo \Joomla\CMS\HTML\HTMLHelper::date($this->folder->getDate()); ?>
        </h4>
    <?php ENDIF ?>

    <?php echo $this->config->getEventsList()->renderEventHeadTag($this->folder->getDisplayName(), 'displayname'); ?>

    <?php echo $this->loadSnippet('event/inc/paging_top'); ?>

    <div class="text">
    	<?php echo \Joomla\CMS\HTML\HTMLHelper::_('content.prepare', $this->folder->getText(), '', 'com_eventgallery.event'); ?>
    </div>

    <div style="display:none">
    	<?php 
    		if (isset($this->titleEntries[0])) {
                echo '<meta itemprop="image" content="'. $this->titleEntries[0]->getSharingImageUrl() .'" />';
                echo '<link rel="image_src" type="image/jpeg" href="'. $this->titleEntries[0]->getSharingImageUrl() .'" />';
    		}
    	?>
    	<span>
    		<?php echo \Joomla\CMS\HTML\HTMLHelper::date($this->folder->getDate()); ?>
    	</span>
    </div>

    <?php echo $this->loadSnippet('imageset/orderimages'); ?>

    <?php echo $this->loadSnippet('event/imagelist_thumbnails'); ?>

    <?php echo $this->loadSnippet('event/inc/paging_bottom'); ?>

</div>
<div style="clear:both"></div>