Current Directory: /home/astoriaah/www/templates/yootheme/html/mod_custom
Viewing File: /home/astoriaah/www/templates/yootheme/html/mod_custom/default.php
<?php
defined('_JEXEC') or die;
$image = $params->get('backgroundimage');
?>
<div class="custom" <?= $image ? " style=\"background-image:url({$image})\"" : '' ?>><?= $module->content ?></div>