Update
@@ -13362,6 +13362,7 @@ iframe {
|
|||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
max-height: 500px;
|
||||||
}
|
}
|
||||||
.boxed .blog-item .item-image {
|
.boxed .blog-item .item-image {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 74 KiB |
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "",
|
|
||||||
"short_name": "",
|
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "/web-app-manifest-192x192.png",
|
|
||||||
"sizes": "192x192",
|
|
||||||
"type": "image/png",
|
|
||||||
"purpose": "maskable"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/web-app-manifest-512x512.png",
|
|
||||||
"sizes": "512x512",
|
|
||||||
"type": "image/png",
|
|
||||||
"purpose": "maskable"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"theme_color": "#ffffff",
|
|
||||||
"background_color": "#ffffff",
|
|
||||||
"display": "standalone"
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 213 KiB |
@@ -25,18 +25,16 @@ $params_GoogleTagManager = $this->params->get('googletagmanager', false);
|
|||||||
$params_GoogleTagManagerID = $this->params->get('googletagmanagerid', null);
|
$params_GoogleTagManagerID = $this->params->get('googletagmanagerid', null);
|
||||||
$params_custom_head_start = $this->params->get('custom_head_start', null);
|
$params_custom_head_start = $this->params->get('custom_head_start', null);
|
||||||
$params_custom_head_end = $this->params->get('custom_head_end', null);
|
$params_custom_head_end = $this->params->get('custom_head_end', null);
|
||||||
|
|
||||||
|
|
||||||
$params_leftIcon = htmlspecialchars(
|
$params_leftIcon = htmlspecialchars(
|
||||||
$this->params->get('drawerLeftIcon', 'fa-solid fa-chevron-right'),
|
$this->params->get('drawerLeftIcon', 'fa-solid fa-chevron-left'),
|
||||||
ENT_COMPAT, 'UTF-8'
|
ENT_COMPAT, 'UTF-8'
|
||||||
);
|
);
|
||||||
$params_rightIcon = htmlspecialchars(
|
$params_rightIcon = htmlspecialchars(
|
||||||
$this->params->get('drawerRightIcon', 'fa-solid fa-chevron-left'),
|
$this->params->get('drawerRightIcon', 'fa-solid fa-chevron-right'),
|
||||||
ENT_COMPAT, 'UTF-8'
|
ENT_COMPAT, 'UTF-8'
|
||||||
);
|
);
|
||||||
|
|
||||||
if($params_GoogleTagManager && $params_GoogleTagManagerID) {
|
if ($params_GoogleTagManager && $params_GoogleTagManagerID) {
|
||||||
?>
|
?>
|
||||||
<!-- Google Tag Manager -->
|
<!-- Google Tag Manager -->
|
||||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||||
@@ -51,26 +49,20 @@ if($params_GoogleTagManager && $params_GoogleTagManagerID) {
|
|||||||
// Browsers support SVG favicons
|
// Browsers support SVG favicons
|
||||||
$this->addHeadLink(HTMLHelper::_('image', '../media/templates/site/moko-cassiopeia/images/favicon/favicon.svg', '', [], true, 1), 'icon', 'rel', ['type' => 'image/svg+xml']);
|
$this->addHeadLink(HTMLHelper::_('image', '../media/templates/site/moko-cassiopeia/images/favicon/favicon.svg', '', [], true, 1), 'icon', 'rel', ['type' => 'image/svg+xml']);
|
||||||
$this->addHeadLink(HTMLHelper::_('image', '../media/templates/site/moko-cassiopeia/images/favicon/favicon.ico', '', [], true, 1), 'alternate icon', 'rel', ['type' => 'image/vnd.microsoft.icon']);
|
$this->addHeadLink(HTMLHelper::_('image', '../media/templates/site/moko-cassiopeia/images/favicon/favicon.ico', '', [], true, 1), 'alternate icon', 'rel', ['type' => 'image/vnd.microsoft.icon']);
|
||||||
|
$this->addHeadLink(HTMLHelper::_('image', '../media/templates/site/moko-cassiopeia/images/favicon/favicon.svg', '', [], true, 1), 'mask-icon', 'rel', ['color' => '#fff']);
|
||||||
?>
|
?>
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="60x60" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-60x60.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="72x72" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-72x72.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="76x76" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-76x76.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="114x114" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-114x114.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="120x120" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-120x120.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-144x144.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-152x152.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="../media/templates/site/moko-cassiopeia/images/favicon/apple-icon-180x180.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="192x192" href="../media/templates/site/moko-cassiopeia/images/favicon/android-icon-192x192.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="../media/templates/site/moko-cassiopeia/images/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="../media/templates/site/moko-cassiopeia/images/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="../media/templates/site/moko-cassiopeia/images/favicon/favicon-96x96.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="../media/templates/site/moko-cassiopeia/images/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="../media/templates/site/moko-cassiopeia/images/favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="../media/templates/site/moko-cassiopeia/images/favicon/manifest.json">
|
<link rel="manifest" href="../media/templates/site/moko-cassiopeia/images/favicon/site.webmanifest">
|
||||||
|
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<?php
|
<?php
|
||||||
//add Bootsrap 5 Support
|
// Add Bootstrap 5 Support
|
||||||
|
HTMLHelper::_('bootstrap.framework');
|
||||||
|
HTMLHelper::_('bootstrap.loadCss', true);
|
||||||
HTMLHelper::_('bootstrap.alert');
|
HTMLHelper::_('bootstrap.alert');
|
||||||
HTMLHelper::_('bootstrap.button');
|
HTMLHelper::_('bootstrap.button');
|
||||||
HTMLHelper::_('bootstrap.carousel');
|
HTMLHelper::_('bootstrap.carousel');
|
||||||
@@ -113,10 +105,10 @@ if ($params_FontScheme) {
|
|||||||
$wa->registerAndUseStyle('fontscheme.current', $params_FontScheme, [], ['media' => 'print', 'rel' => 'lazy-stylesheet', 'onload' => 'this.media=\'all\'', 'crossorigin' => 'anonymous']);
|
$wa->registerAndUseStyle('fontscheme.current', $params_FontScheme, [], ['media' => 'print', 'rel' => 'lazy-stylesheet', 'onload' => 'this.media=\'all\'', 'crossorigin' => 'anonymous']);
|
||||||
|
|
||||||
if (preg_match_all('/family=([^?:]*):/i', $params_FontScheme, $matches) > 0) {
|
if (preg_match_all('/family=([^?:]*):/i', $params_FontScheme, $matches) > 0) {
|
||||||
$fontStyles = '--moko-cassiopeia-font-family-body: "' . str_replace('+', ' ', $matches[1][0]) . '", sans-serif;
|
$fontStyles = '--moko-cassiopeia-font-family-body: "' . str_replace('+', ' ', $matches[1][0]) . '", sans-serif;\n';
|
||||||
--moko-cassiopeia-font-family-headings: "' . str_replace('+', ' ', isset($matches[1][1]) ? $matches[1][1] : $matches[1][0]) . '", sans-serif;
|
$fontStyles .= '--moko-cassiopeia-font-family-headings: "' . str_replace('+', ' ', isset($matches[1][1]) ? $matches[1][1] : $matches[1][0]) . '", sans-serif;\n';
|
||||||
--moko-cassiopeia-font-weight-normal: 400;
|
$fontStyles .= '--moko-cassiopeia-font-weight-normal: 400;\n';
|
||||||
--moko-cassiopeia-font-weight-headings: 700;';
|
$fontStyles .= '--moko-cassiopeia-font-weight-headings: 700;';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$wa->registerAndUseStyle('fontscheme.current', $params_FontScheme, ['version' => 'auto'], ['media' => 'print', 'rel' => 'lazy-stylesheet', 'onload' => 'this.media=\'all\'']);
|
$wa->registerAndUseStyle('fontscheme.current', $params_FontScheme, ['version' => 'auto'], ['media' => 'print', 'rel' => 'lazy-stylesheet', 'onload' => 'this.media=\'all\'']);
|
||||||
@@ -129,20 +121,12 @@ $wa->usePreset('template.MOKO-CASSIOPEIA.' . ($this->direction === 'rtl' ? 'rtl'
|
|||||||
->useStyle('template.active.language')
|
->useStyle('template.active.language')
|
||||||
->useStyle('template.user')
|
->useStyle('template.user')
|
||||||
->useScript('template.user')
|
->useScript('template.user')
|
||||||
->addInlineStyle(":root {
|
->addInlineStyle(":root {\n --hue: 214;\n --template-bg-light: #f0f4fb;\n --template-text-dark: #495057;\n --template-text-light: #ffffff;\n --template-link-color: #2a69b8;\n --template-special-color: #001B4C;\n $fontStyles\n }");
|
||||||
--hue: 214;
|
|
||||||
--template-bg-light: #f0f4fb;
|
|
||||||
--template-text-dark: #495057;
|
|
||||||
--template-text-light: #ffffff;
|
|
||||||
--template-link-color: #2a69b8;
|
|
||||||
--template-special-color: #001B4C;
|
|
||||||
$fontStyles
|
|
||||||
}");
|
|
||||||
|
|
||||||
// Override 'template.active' asset to set correct ltr/rtl dependency
|
// Override 'template.active' asset for correct dependency
|
||||||
$wa->registerStyle('template.active', '', [], [], ['template.MOKO-CASSIOPEIA.' . ($this->direction === 'rtl' ? 'rtl' : 'ltr')]);
|
$wa->registerStyle('template.active', '', [], [], ['template.MOKO-CASSIOPEIA.' . ($this->direction === 'rtl' ? 'rtl' : 'ltr')]);
|
||||||
|
|
||||||
// Logo file or site title param
|
// Logo file or site title
|
||||||
if ($this->params->get('logoFile')) {
|
if ($this->params->get('logoFile')) {
|
||||||
$logo = HTMLHelper::_('image', Uri::root(false) . htmlspecialchars($this->params->get('logoFile'), ENT_QUOTES), $sitename, ['loading' => 'eager', 'decoding' => 'async'], false, 0);
|
$logo = HTMLHelper::_('image', Uri::root(false) . htmlspecialchars($this->params->get('logoFile'), ENT_QUOTES), $sitename, ['loading' => 'eager', 'decoding' => 'async'], false, 0);
|
||||||
} elseif ($this->params->get('siteTitle')) {
|
} elseif ($this->params->get('siteTitle')) {
|
||||||
@@ -152,70 +136,49 @@ if ($this->params->get('logoFile')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$hasClass = '';
|
$hasClass = '';
|
||||||
|
if ($this->countModules('sidebar-left', true)) { $hasClass .= ' has-sidebar-left'; }
|
||||||
if ($this->countModules('sidebar-left', true)) {
|
if ($this->countModules('sidebar-right', true)) { $hasClass .= ' has-sidebar-right'; }
|
||||||
$hasClass .= ' has-sidebar-left';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($this->countModules('sidebar-right', true)) {
|
|
||||||
$hasClass .= ' has-sidebar-right';
|
|
||||||
}
|
|
||||||
if ($this->countModules('drawer-left', true)) { $hasClass .= ' has-drawer-left'; }
|
if ($this->countModules('drawer-left', true)) { $hasClass .= ' has-drawer-left'; }
|
||||||
if ($this->countModules('drawer-right', true)) { $hasClass .= ' has-drawer-right'; }
|
if ($this->countModules('drawer-right', true)) { $hasClass .= ' has-drawer-right'; }
|
||||||
|
|
||||||
|
$params_DrawerIconLeft = $this->params->get('drawerIconLeft', 'fas fa-chevron-right');
|
||||||
|
$params_DrawerIconRight = $this->params->get('drawerIconRight', 'fas fa-chevron-left');
|
||||||
|
|
||||||
// Container
|
// Container
|
||||||
$wrapper = $this->params->get('fluidContainer') ? 'wrapper-fluid' : 'wrapper-static';
|
$wrapper = $this->params->get('fluidContainer') ? 'wrapper-fluid' : 'wrapper-static';
|
||||||
|
|
||||||
$this->setMetaData('viewport', 'width=device-width, initial-scale=1');
|
$this->setMetaData('viewport', 'width=device-width, initial-scale=1');
|
||||||
|
|
||||||
$stickyHeader = $this->params->get('stickyHeader') ? 'position-sticky sticky-top' : '';
|
$stickyHeader = $this->params->get('stickyHeader') ? 'position-sticky sticky-top' : '';
|
||||||
|
|
||||||
if($this->params->get('fA6KitCode')){
|
if ($this->params->get('fA6KitCode')) {
|
||||||
//build unique kit embed code
|
$fa6Kit = "https://kit.fontawesome.com/" . $this->params->get('fA6KitCode') . ".js";
|
||||||
$fa6Kit="https://kit.fontawesome.com/".$this->params->get('fA6KitCode').".js";
|
JHtml::_('script', $fa6Kit, ['crossorigin' => 'anonymous']);
|
||||||
|
|
||||||
//adding FontAwesome V6 Kit Code
|
|
||||||
JHtml::_('script', $fa6Kit, array('crossorigin' => 'anonymous'));
|
|
||||||
} else {
|
} else {
|
||||||
// Defer fontawesome for increased performance. Once the page is loaded javascript changes it to a stylesheet.
|
|
||||||
$wa->getAsset('style', 'fontawesome')->setAttribute('rel', 'lazy-stylesheet');
|
$wa->getAsset('style', 'fontawesome')->setAttribute('rel', 'lazy-stylesheet');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
|
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
|
||||||
<head>
|
<head>
|
||||||
<?php if (trim($params_custom_head_start)) : ?>
|
<?php if (trim($params_custom_head_start)) : ?><?php echo $params_custom_head_start; ?><?php endif; ?>
|
||||||
<?php echo $params_custom_head_start; ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
<jdoc:include type="head" />
|
<jdoc:include type="head" />
|
||||||
<?php if (trim($params_custom_head_end)) : ?>
|
<?php if (trim($params_custom_head_end)) : ?><?php echo $params_custom_head_end; ?><?php endif; ?>
|
||||||
<?php echo $params_custom_head_end; ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
</head>
|
</head>
|
||||||
|
<body class="site <?php echo $option . ' ' . $wrapper . ' view-' . $view . ($layout ? ' layout-' . $layout : ' no-layout') . ($task ? ' task-' . $task : ' no-task') . ($itemid ? ' itemid-' . $itemid : '') . ($pageclass ? ' ' . $pageclass : '') . $hasClass . ($this->direction == 'rtl' ? ' rtl' : ''); ?>">
|
||||||
<body class="site <?php echo $option
|
<?php if ($params_GoogleTagManager && $params_GoogleTagManagerID) : ?>
|
||||||
. ' ' . $wrapper
|
|
||||||
. ' view-' . $view
|
|
||||||
. ($layout ? ' layout-' . $layout : ' no-layout')
|
|
||||||
. ($task ? ' task-' . $task : ' no-task')
|
|
||||||
. ($itemid ? ' itemid-' . $itemid : '')
|
|
||||||
. ($pageclass ? ' ' . $pageclass : '')
|
|
||||||
. $hasClass
|
|
||||||
. ($this->direction == 'rtl' ? ' rtl' : '');
|
|
||||||
?>">
|
|
||||||
<?php if($params_GoogleTagManager && $params_GoogleTagManagerID) { ?>
|
|
||||||
<!-- Google Tag Manager (noscript) -->
|
<!-- Google Tag Manager (noscript) -->
|
||||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=<?php echo $params_GoogleTagManagerID;?>"
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=<?php echo $params_GoogleTagManagerID; ?>" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
||||||
<!-- End Google Tag Manager (noscript) -->
|
<!-- End Google Tag Manager (noscript) -->
|
||||||
<?php } ?>
|
<?php endif; ?>
|
||||||
<header class="header container-header full-width<?php echo $stickyHeader ? ' ' . $stickyHeader : ''; ?>">
|
|
||||||
|
<header class="header container-header full-width<?php echo $stickyHeader ? ' ' . $stickyHeader : ''; ?>">
|
||||||
|
|
||||||
<?php if ($this->countModules('topbar')) : ?>
|
<?php if ($this->countModules('topbar')) : ?>
|
||||||
<div class="container-topbar">
|
<div class="container-topbar">
|
||||||
<jdoc:include type="modules" name="topbar" style="none" />
|
<jdoc:include type="modules" name="topbar" style="none" />
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="header-top">
|
<div class="header-top">
|
||||||
<?php if ($this->countModules('below-top')) : ?>
|
<?php if ($this->countModules('below-top')) : ?>
|
||||||
<div class="grid-child container-below-top">
|
<div class="grid-child container-below-top">
|
||||||
@@ -242,6 +205,7 @@ if($this->params->get('fA6KitCode')){
|
|||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Drawer Toggle Buttons -->
|
<!-- Drawer Toggle Buttons -->
|
||||||
<?php if ($this->countModules('drawer-left')) : ?>
|
<?php if ($this->countModules('drawer-left')) : ?>
|
||||||
<button class="drawer-toggle-left btn btn-outline-secondary me-2"
|
<button class="drawer-toggle-left btn btn-outline-secondary me-2"
|
||||||
@@ -262,6 +226,7 @@ if($this->params->get('fA6KitCode')){
|
|||||||
<span class="<?php echo $params_rightIcon; ?>"></span>
|
<span class="<?php echo $params_rightIcon; ?>"></span>
|
||||||
</button>
|
</button>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ($this->countModules('menu', true) || $this->countModules('search', true)) : ?>
|
<?php if ($this->countModules('menu', true) || $this->countModules('search', true)) : ?>
|
||||||
<div class="grid-child container-nav">
|
<div class="grid-child container-nav">
|
||||||
<?php if ($this->countModules('menu', true)) : ?>
|
<?php if ($this->countModules('menu', true)) : ?>
|
||||||
@@ -274,9 +239,9 @@ if($this->params->get('fA6KitCode')){
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="site-grid">
|
<div class="site-grid">
|
||||||
<?php if ($this->countModules('banner', true)) : ?>
|
<?php if ($this->countModules('banner', true)) : ?>
|
||||||
<div class="container-banner full-width">
|
<div class="container-banner full-width">
|
||||||
<jdoc:include type="modules" name="banner" style="none" />
|
<jdoc:include type="modules" name="banner" style="none" />
|
||||||
@@ -328,19 +293,19 @@ if($this->params->get('fA6KitCode')){
|
|||||||
<jdoc:include type="modules" name="bottom-b" style="card" />
|
<jdoc:include type="modules" name="bottom-b" style="card" />
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="container-footer footer full-width">
|
<footer class="container-footer footer full-width">
|
||||||
<?php if ($this->countModules('footer-menu', true)) : ?>
|
<?php if ($this->countModules('footer-menu', true)) : ?>
|
||||||
<div class="grid-child footer-menu">
|
<div class="grid-child footer-menu">
|
||||||
<jdoc:include type="modules" name="footer-menu" />
|
<jdoc:include type="modules" name="footer-menu" />
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($this->countModules('footer', true)) : ?>
|
<?php if ($this->countModules('footer', true)) : ?>
|
||||||
<div class="grid-child">
|
<div class="grid-child">
|
||||||
<jdoc:include type="modules" name="footer" style="none" />
|
<jdoc:include type="modules" name="footer" style="none" />
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<?php if ($this->params->get('backTop') == 1) : ?>
|
<?php if ($this->params->get('backTop') == 1) : ?>
|
||||||
@@ -349,7 +314,6 @@ if($this->params->get('fA6KitCode')){
|
|||||||
</a>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
||||||
<?php if ($this->countModules('drawer-left', true)) : ?>
|
<?php if ($this->countModules('drawer-left', true)) : ?>
|
||||||
<!-- Left Offcanvas Drawer -->
|
<!-- Left Offcanvas Drawer -->
|
||||||
<aside class="offcanvas offcanvas-start" tabindex="-1" id="drawer-left">
|
<aside class="offcanvas offcanvas-start" tabindex="-1" id="drawer-left">
|
||||||
@@ -375,6 +339,7 @@ if($this->params->get('fA6KitCode')){
|
|||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<jdoc:include type="modules" name="debug" style="none" />
|
<jdoc:include type="modules" name="debug" style="none" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||