Current Path :
/
home
/
develito
/
www
/
modules
/
mod_jevents_custom
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/www/modules/mod_jevents_custom/mod_jevents_custom.php
<?php defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Helper\ModuleHelper; require_once(dirname(__FILE__) . '/' . 'helper.php'); $moddata = modDetailHelper::getDetailBody($params->get("dynmodid", "")); if ($moddata) { require(ModuleHelper::getLayoutPath('mod_jevents_custom')); }