File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/html/mod_custom/default.php
Back
<?php use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Plugin\PluginHelper; defined('_JEXEC') or die; if ($params->def('prepare_content', 1)) { PluginHelper::importPlugin('content'); $module->content = HTMLHelper::_('content.prepare', $module->content, '', 'mod_custom.content'); } if (!$module->content) { return; } $image = $params->get('backgroundimage') ? HTMLHelper::_('image', $params->get('backgroundimage'), null, [], false, 1) : false; ?> <div class="uk-margin-remove-last-child custom" <?= $image ? " style=\"background-image:url({$image})\"" : '' ?>><?= $module->content ?></div>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings