__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix3 Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
//no direct accees
defined ('_JEXEC') or die ('resticted aceess');
use Joomla\CMS\Factory;
use Joomla\CMS\Uri\Uri;
//Load Helix
$helix3_path = JPATH_PLUGINS . '/system/helix3/core/helix3.php';
if (file_exists($helix3_path))
{
require_once($helix3_path);
$this->helix3 = helix3::getInstance();
}
else
{
die('Please install and activate helix plugin');
}
$app = Factory::getApplication();
$input = $app->input;
$option = str_replace('_', '-', $input->get('option', '', 'STRING'));
$body_class = $option;
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
$doc = Factory::getDocument();
if ($favicon = $this->params->get('favicon'))
{
$doc->addFavicon( Uri::base(true) . '/' . $favicon);
}
else
{
$doc->addFavicon( $this->baseurl . '/templates/'. $this->template .'/images/favicon.ico' );
}
?>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/joomla-fontawesome.min.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/plugins/system/helix3/assets/css/system.j<?php echo JVERSION < 4 ? 3 : 4; ?>.min.css" type="text/css" />
</head>
<body class="<?php echo $body_class; ?>">
<jdoc:include type="component" />
</body>
</html>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| css | Folder | 0775 |
|
|
| features | Folder | 0775 |
|
|
| fonts | Folder | 0775 |
|
|
| html | Folder | 0775 |
|
|
| images | Folder | 0775 |
|
|
| js | Folder | 0775 |
|
|
| layout | Folder | 0775 |
|
|
| less | Folder | 0775 |
|
|
| sppagebuilder | Folder | 0775 |
|
|
| webfonts | Folder | 0775 |
|
|
| comingsoon.php | File | 8.19 KB | 0664 |
|
| component.php | File | 2.17 KB | 0664 |
|
| en-GB.tpl_shaper_helix3.ini | File | 23.88 KB | 0664 |
|
| error.php | File | 4.61 KB | 0664 |
|
| index.php | File | 5.76 KB | 0664 |
|
| offline.php | File | 3.83 KB | 0664 |
|
| templateDetails.xml | File | 38.7 KB | 0664 |
|
| template_preview.png | File | 113.47 KB | 0664 |
|
| template_thumbnail.png | File | 15.55 KB | 0664 |
|