* * This file is part of a Moko Consulting project. * * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Default layout override for mod_random_image. * Adds showtitle support. */ defined('_JEXEC') or die; if (empty($image)) { return; } $suffix = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8'); $headerTag = htmlspecialchars($params->get('header_tag', 'h3'), ENT_COMPAT, 'UTF-8'); $headerClass = htmlspecialchars($params->get('header_class', ''), ENT_COMPAT, 'UTF-8'); ?>
showtitle) : ?> < class="mod-random-image__title">title; ?>> <?php echo htmlspecialchars($image->name, ENT_COMPAT, 'UTF-8'); ?>width) : ?>width="width; ?>" height) : ?>height="height; ?>" class="mod-random-image__img" loading="lazy" />