[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/templates/system/ -> component.php (source)

   1  <?php
   2  
   3  /**
   4   * @package     Joomla.Site
   5   * @subpackage  Template.system
   6   *
   7   * @copyright   (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
   8   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   9   */
  10  
  11  defined('_JEXEC') or die;
  12  
  13  /** @var Joomla\CMS\Document\HtmlDocument $this */
  14  
  15  // Styles
  16  $this->getWebAssetManager()->registerAndUseStyle('template.system.general', 'media/system/css/system-site-general.css');
  17  
  18  ?>
  19  <!DOCTYPE html>
  20  <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
  21  <head>
  22      <jdoc:include type="head" />
  23  </head>
  24  <body class="contentpane">
  25      <jdoc:include type="message" />
  26      <jdoc:include type="component" />
  27  </body>
  28  </html>


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer