芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/dzilamdebravo1821.gob.mx/layouts/joomla/content/full_image.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\Utilities\ArrayHelper; $params = $displayData->params; $images = json_decode($displayData->images); if (empty($images->image_fulltext)) { return; } $imgclass = empty($images->float_fulltext) ? $params->get('float_fulltext') : $images->float_fulltext; $extraAttr = ''; $img = HTMLHelper::cleanImageURL($images->image_fulltext); $alt = empty($images->image_fulltext_alt) && empty($images->image_fulltext_alt_empty) ? '' : 'alt="' . htmlspecialchars($images->image_fulltext_alt, ENT_COMPAT, 'UTF-8') . '"'; // Set lazyloading only for images which have width and height attributes if ((isset($img->attributes['width']) && (int) $img->attributes['width'] > 0) && (isset($img->attributes['height']) && (int) $img->attributes['height'] > 0)) { $extraAttr = ArrayHelper::toString($img->attributes) . ' loading="lazy"'; } ?>
itemprop="image" /> image_fulltext_caption !== '') : ?>
image_fulltext_caption, ENT_COMPAT, 'UTF-8'); ?>