| Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/event/inc/ |
| Current File : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/event/inc/thumb_link.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');
?><a class="event-thumbnail <?php if (isset($this->cssClass)) {echo $this->cssClass;}?>" href="<?php echo $this->link; ?>"
title="<?php echo htmlspecialchars($this->entry->getPlainTextTitle($this->config->getEvent()->doShowImageTitle(), $this->config->getEvent()->doShowImageCaption()), ENT_COMPAT, 'UTF-8') ?>">
<?php echo $this->entry->getLazyThumbImgTag(50, 50, "", false, null, $this->config->getEvent()->doShowImageTitle(), $this->config->getEvent()->doShowImageCaption()); ?>
<?php echo $this->loadSnippet('event/inc/thumbs_content'); ?>
<div class="eventgallery-icon-container">
<?php echo $this->loadSnippet('event/inc/icons'); ?>
</div>
</a>