Your IP : 216.73.216.108


Current Path : /home/eolienneia/www/templates/yootheme/html/mod_custom/
Upload File :
Current File : /home/eolienneia/www/templates/yootheme/html/mod_custom/default.php

<?php

use Joomla\CMS\HTML\HTMLHelper;

defined('_JEXEC') or die;

$image = HTMLHelper::_('image', $params->get('backgroundimage'), null, [], false, 1);

?>

<?php if ($module->content) : ?>
<div class="uk-margin-remove-last-child custom" <?= $image ? " style=\"background-image:url({$image})\"" : '' ?>><?= $module->content ?></div>
<?php endif ?>