/
home
/
assocoweys
/
sompe
/
administrator
/
modules
/
mod_custom
/
tmpl
/
Upload File
HOME
<?php /** * @package Joomla.Administrator * @subpackage mod_custom * * @copyright (C) 2009 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"> <?php echo $module->content; ?> </div>