<?php/** * @package Joomla.Site * @subpackage mod_custom * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;?><divclass="custom<?phpecho$moduleclass_sfx;?>"<?phpif($params->get('backgroundimage')):?>style="background-image:url(<?phpecho$params->get('backgroundimage');?>)"<?phpendif;?>><?phpecho$module->content;?></div>