File manager - Edit - /home/verseaumee/ptitsanes/plugins/solidres/experience/layouts/experience/gallery/gallery.php
Back
<?php /** ------------------------------------------------------------------------ SOLIDRES - Accommodation booking extension for Joomla ------------------------------------------------------------------------ * @author Solidres Team <contact@solidres.com> * @website https://www.solidres.com * @copyright Copyright (C) 2013 - 2019 Solidres. All Rights Reserved. * @license GNU General Public License version 3, or later ------------------------------------------------------------------------ */ defined('_JEXEC') or die; JHtml::_('bootstrap.tooltip'); $rootUrl = JUri::root(true); $document = JFactory::getDocument(); $document->addStylesheet($rootUrl . '/media/plg_solidres_experience/assets/venobox/venobox.css') ->addScript($rootUrl . '/media/plg_solidres_experience/assets/venobox/venobox.js') ->addScriptDeclaration(' Solidres.jQuery(document).ready(function($){ var venobox = $(".venobox"); venobox.find("img").each(function(){ $(this).on("load", function(){ $(this).parent().width(this.naturalWidth); }); }); venobox.venobox(); }); '); ?> <div class="gallery-flex-box"> <?php foreach ($displayData['galleries'] as $gallery): $title = htmlspecialchars($gallery['caption'], ENT_COMPAT, 'UTF-8'); ?> <a class="venobox text-center" data-gall="expGallery" href="<?php echo $gallery['image']; ?>"> <img src="<?php echo $gallery['thumb']; ?>" alt="<?php echo $title; ?>"/> <?php if ($displayData['useCaption']): ?> <figcaption class="sr-figure-caption hasTooltip" title="<?php echo $title; ?>"> <?php echo $gallery['caption']; ?> </figcaption> <?php endif; ?> </a> <?php endforeach; ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings