b0y-101 Mini Shell


Current Path : E:/www/risk/administrator/modules/mod_frontend/
File Upload :
Current File : E:/www/risk/administrator/modules/mod_frontend/mod_frontend.php

<?php

/**
 * @package     Joomla.Administrator
 * @subpackage  mod_frontend
 *
 * @copyright   (C) 2019 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;

$sitename = htmlspecialchars($app->get('sitename', ''), ENT_QUOTES, 'UTF-8');

require ModuleHelper::getLayoutPath('mod_frontend', $params->get('layout', 'default'));

Copyright © 2019 by b0y-101