Current Directory: /home/astoriaah/www/templates/yootheme
Viewing File: /home/astoriaah/www/templates/yootheme/component.php
<?php
defined('_JEXEC') or die('Restricted access');
$theme = JHtml::_('theme');
$theme->styles->remove(['theme-style', 'theme-style-update', 'theme-custom']);
$theme->scripts->remove(['theme-script', 'theme-uikit', 'theme-custom']);
$this->addStyleSheet("{$this->baseurl}/media/jui/css/bootstrap.min.css");
$this->addStyleSheet("{$this->baseurl}/media/jui/css/bootstrap-extended.css");
$this->addStyleSheet("{$this->baseurl}/media/jui/css/bootstrap-responsive.css");
?>
<!DOCTYPE HTML>
<html lang="<?= $this->language ?>" dir="<?= $this->direction ?>">
<head>
<meta charset="<?= $this->getCharset() ?>">
<jdoc:include type="head" />
</head>
<body class="contentpane">
<jdoc:include type="message" />
<jdoc:include type="component" />
</body>
</html>