X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/templates/cassiopeia/html/mod_custom
home
/
notabjze
/
just4dastreets.com
/
templates
/
cassiopeia
/
html
/
mod_custom
/
ðŸ“
..
📄
banner.php
(519 B)
Editing: banner.php
<?php /** * @package Joomla.Site * @subpackage mod_custom * * @copyright (C) 2020 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <div class="mod-custom custom banner-overlay" <?php if ($params->get('backgroundimage')) : ?> style="background-image:url(<?php echo $params->get('backgroundimage'); ?>)"<?php endif; ?> > <div class="overlay"> <?php echo $module->content; ?> </div> </div>
Upload File
Create Folder