0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: mod_custom.php.tar
home/academiac/www/modules/mod_custom/mod_custom.php 0000644 00000001145 15137275736 0016733 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_custom * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('_JEXEC') or die; if ($params->def('prepare_content', 1)) { JPluginHelper::importPlugin('content'); $module->content = JHtml::_('content.prepare', $module->content, '', 'mod_custom.content'); } $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx')); require JModuleHelper::getLayoutPath('mod_custom', $params->get('layout', 'default')); home/academiac/www/administrator/modules/mod_custom/mod_custom.php 0000644 00000001004 15140130110 0021547 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage mod_custom * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('_JEXEC') or die; if ($params->def('prepare_content', 1)) { JPluginHelper::importPlugin('content'); $module->content = JHtml::_('content.prepare', $module->content, '', 'mod_custom.content'); } require JModuleHelper::getLayoutPath('mod_custom');
©
2018.