__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Gantry5
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2021 RocketTheme, LLC
* @license GNU/GPLv2 and later
*
* http://www.gnu.org/licenses/gpl-2.0.html
*/
namespace Gantry\Framework;
use Joomla\CMS\Application\CMSApplication;
use Joomla\CMS\Document\HtmlDocument;
use Joomla\CMS\Factory;
/**
* Class Site
* @package Gantry\Framework
*/
class Site
{
/** @var string */
public $theme;
/** @var string */
public $url;
/** @var string */
public $title;
/** @var string */
public $description;
public function __construct()
{
/** @var CMSApplication $application */
$application = Factory::getApplication();
$document = $application->getDocument();
if ($document instanceof HtmlDocument) {
$this->theme = $document->template;
$this->url = $document->baseurl;
$this->title = $document->title;
$this->description = $document->description;
}
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Base | Folder | 0775 |
|
|
| Markdown | Folder | 0775 |
|
|
| Services | Folder | 0775 |
|
|
| Assignments.php | File | 6.5 KB | 0664 |
|
| Atoms.php | File | 9.32 KB | 0664 |
|
| Configurations.php | File | 472 B | 0664 |
|
| Document.php | File | 12.24 KB | 0664 |
|
| Exception.php | File | 1.16 KB | 0664 |
|
| Exporter.php | File | 18.62 KB | 0664 |
|
| Gantry.php | File | 1.69 KB | 0664 |
|
| Menu.php | File | 27.34 KB | 0664 |
|
| Outlines.php | File | 9.06 KB | 0664 |
|
| Page.php | File | 5.02 KB | 0664 |
|
| Platform.php | File | 22.04 KB | 0664 |
|
| Positions.php | File | 558 B | 0664 |
|
| Request.php | File | 547 B | 0664 |
|
| Site.php | File | 1.03 KB | 0664 |
|
| Theme.php | File | 6.56 KB | 0664 |
|
| ThemeInstaller.php | File | 19.48 KB | 0664 |
|
| Translator.php | File | 731 B | 0664 |
|