X7ROOT File Manager
Current Path:
/home/notabjze/gameovermg.com/modules/mod_custom
home
/
notabjze
/
gameovermg.com
/
modules
/
mod_custom
/
ðŸ“
..
📄
mod_custom.php
(629 B)
📄
mod_custom.xml
(2.35 KB)
ðŸ“
tmpl
Editing: mod_custom.php
<?php /** * @package Joomla.Site * @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; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Plugin\PluginHelper; if ($params->def('prepare_content', 1)) { PluginHelper::importPlugin('content'); $module->content = HTMLHelper::_('content.prepare', $module->content, '', 'mod_custom.content'); } require ModuleHelper::getLayoutPath('mod_custom', $params->get('layout', 'default'));
Upload File
Create Folder