X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/templates/system
home
/
notabjze
/
just4dastreets.com
/
templates
/
system
/
ðŸ“
..
📄
build_incomplete.html
(15.57 KB)
📄
component.php
(694 B)
ðŸ“
css
📄
error.php
(3.92 KB)
📄
fatal-error.html
(13.17 KB)
📄
fatal.php
(1.49 KB)
📄
incompatible.html
(5.77 KB)
📄
index.php
(296 B)
📄
offline.php
(3.29 KB)
ðŸ“
scss
Editing: component.php
<?php /** * @package Joomla.Site * @subpackage Template.system * * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** @var Joomla\CMS\Document\HtmlDocument $this */ // Styles $this->getWebAssetManager()->registerAndUseStyle('template.system.general', 'templates/system/css/general.css'); ?> <!DOCTYPE html> <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head" /> </head> <body class="contentpane"> <jdoc:include type="message" /> <jdoc:include type="component" /> </body> </html>
Upload File
Create Folder