File manager - Edit - /home/ferretapmx/public_html/headers.zip
Back
PK ��\��r� � style-2/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined ('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $displayData->params->get('offcanvas_position', 'right'); $menu_type = $displayData->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; include_once $feature_folder_path . '/social.php'; /** * Helper classes for- * site logo, Menu header. * */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); $social = new HelixUltimateFeatureSocial($data->params); /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <header id="sp-header" class="header-with-social"> <div class="container"> <div class="container-inner"> <div class="row align-items-center"> <!-- Left toggler --> <?php if ($offcanvas_position === 'left' ): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="has-border col-auto"> <div class="sp-column"> <?php if (isset($logo->load_pos) && $logo->load_pos === 'before') : ?> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php else : ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> <?php endif ?> </div> </div> <!-- Menu --> <div id="sp-menu" class="menu-with-social col-auto flex-auto"> <div class="sp-column d-flex justify-content-between align-items-center"> <div class="d-flex menu-wrap menu-with-offcanvas justify-content-between align-items-center flex-auto"> <?php echo $menu->renderFeature(); ?> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> </div> <!-- Related Modules --> <div class="d-none d-lg-flex header-modules align-items-center"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> <!-- Social icons --> <div class="social-wrap d-flex align-items-center"> <?php echo $social->renderFeature(); ?> </div> <!-- Right toggler) --> <?php if ($offcanvas_position === 'right' ): ?> <?php echo $togglerHtml; ?> <?php endif; ?> </div> </div> </div> </div> </div> </header>PK ��\Kd��� � style-2/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><path d="M2 5c0-1.65685 1.34315-3 3-3h134c1.657 0 3 1.34315 3 3v21H2V5z" fill="#EBF1F9"/><path fill="#6B719B" d="M106 12h4v4h-4zM113 12h4v4h-4zM120 12h4v4h-4z"/><rect opacity=".5" x="20" y="10" width="14" height="8" rx="1" fill="#6B719B"/><rect x="40" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="52" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="64" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="76" y="12" width="9" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � style-2/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\Hj� � 4-FullwidthLeft/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined ('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $displayData->params->get('offcanvas_position', 'right'); $menu_type = $displayData->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; /** * Helper classes for- * site logo, Menu header. * */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega') ? 'd-flex d-lg-none' : 'd-flex'; // Left/right placement helper class $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; // Build toggler HTML once $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')) : ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <header id="sp-header" class="full-header full-header-left header-has-modules"> <div class="container-fluid"> <div class="container-inner"> <div class="row align-items-center"> <!-- LEFT TOGGLER (if offcanvas position is left) --> <?php if ($offcanvas_position === 'left'): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="has-border col-auto"> <div class="sp-column"> <?php if (isset($logo->load_pos) && $logo->load_pos === 'before') : ?> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php else : ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> <?php endif; ?> </div> </div> <!-- Menu --> <div id="sp-menu" class="col-auto"> <div class="sp-column d-flex justify-content-between"> <div class="menu-with-offcanvas d-flex justify-content-between flex-auto"> <?php echo $menu->renderFeature(); ?> </div> </div> </div> <!-- Menu Right position --> <div id="menu-right" class="col-auto d-flex align-items-center ms-auto"> <!-- Related Modules --> <div class="d-none d-lg-flex header-modules align-items-center"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif; ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif; ?> </div> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> <!-- RIGHT TOGGLER (if offcanvas position is right) --> <?php if ($offcanvas_position === 'right'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> </div> </div> </div> </div> </header>PK ��\-��ig g 4-FullwidthLeft/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><path d="M2 5c0-1.65685 1.34315-3 3-3h134c1.657 0 3 1.34315 3 3v21H2V5z" fill="#EBF1F9"/><path d="M121.891 16.9219l-1.563-1.5625c-.078-.0625-.172-.1094-.266-.1094h-.25c.422-.5469.688-1.2344.688-2 0-1.7812-1.469-3.25-3.25-3.25-1.797 0-3.25 1.4688-3.25 3.25 0 1.7969 1.453 3.25 3.25 3.25.75 0 1.438-.25 2-.6875v.2656c0 .0938.031.1875.109.2657l1.547 1.5468c.156.1563.391.1563.532 0l.437-.4375c.156-.1406.156-.375.016-.5312zM117.25 15.25c-1.109 0-2-.8906-2-2 0-1.0938.891-2 2-2 1.094 0 2 .9062 2 2 0 1.1094-.906 2-2 2z" fill="#6B719B"/><rect x="127" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect opacity=".5" x="6" y="10" width="14" height="8" rx="1" fill="#6B719B"/><rect x="26" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="38" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="50" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="62" y="12" width="9" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � 4-FullwidthLeft/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\��� � 3-MinimalLayout/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined ('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $data->params->get('offcanvas_position', 'right'); $menu_type = $data->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; /** * Helper classes for- * site logo, Menu header. */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); /** Logo and menu html classes. */ $logoClass = 'col-auto'; $menuClass = 'col-auto flex-auto'; /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); /** Build toggler */ $visibilityClass = ($menu_type === 'mega') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <header id="sp-header"> <div class="container"> <div class="container-inner"> <div class="row"> <!-- Left toggler (when offcanvas left) --> <?php if ($offcanvas_position === 'left'): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="<?php echo $logoClass; ?>"> <div class="sp-column"> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> </div> </div> <!-- Menu --> <div id="sp-menu" class="<?php echo $menuClass; ?>"> <div class="sp-column d-flex justify-content-end align-items-center"> <?php echo $menu->renderFeature(); ?> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> <!-- Related Modules --> <div class="d-none d-lg-flex header-modules align-items-center"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> <!-- Right toggler --> <?php if ($offcanvas_position === 'right'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> </div> </div> </div> </div> </div> </header>PK ��\�� n n 3-MinimalLayout/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><path d="M2 5c0-1.65685 1.34315-3 3-3h134c1.657 0 3 1.34315 3 3v21H2V5z" fill="#EBF1F9"/><rect opacity=".5" x="20" y="10" width="14" height="8" rx="1" fill="#4B5082"/><rect x="79" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="91" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="103" y="12" width="9" height="4" rx="1" fill="#6B719B"/><rect x="115" y="12" width="9" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � 3-MinimalLayout/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\0��� � style-1/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * @copyright Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $data->params->get('offcanvas_position', 'right'); $menu_type = $data->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/social.php'; include_once $feature_folder_path . '/contact.php'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; /** * Helper classes for- * social icons, contact info, site logo, Menu header. * */ $social = new HelixUltimateFeatureSocial($data->params); $contact = new HelixUltimateFeatureContact($data->params); $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); /** Logo and menu html classes */ $logoClass = 'col-auto'; $menuClass = 'col-auto flex-auto'; /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <div id="sp-top-bar"> <div class="container"> <div class="container-inner"> <div class="row"> <div id="sp-top1" class="col-lg-6"> <div class="sp-column text-center text-lg-start"> <?php if ($data->params->get('social_position') === 'top1'): ?> <?php echo $social->renderFeature(); ?> <?php endif ?> <?php if ($data->params->get('contact_position') === 'top1'): ?> <?php echo $contact->renderFeature(); ?> <?php endif ?> <jdoc:include type="modules" name="top1" style="sp_xhtml"/> </div> </div> <div id="sp-top2" class="col-lg-6"> <div class="sp-column text-center text-lg-end"> <?php if ($data->params->get('social_position') === 'top2'): ?> <?php echo $social->renderFeature(); ?> <?php endif ?> <?php if ($data->params->get('contact_position') === 'top2'): ?> <?php echo $contact->renderFeature(); ?> <?php endif ?> <jdoc:include type="modules" name="top2" style="sp_xhtml" /> </div> </div> </div> </div> </div> </div> <header id="sp-header"> <div class="container"> <div class="container-inner"> <div class="row align-items-center"> <!-- Left toggler if left/offcanvas --> <?php if ($offcanvas_position === 'left' ): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="<?php echo $logoClass; ?>"> <div class="sp-column"> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> </div> </div> <!-- Menu --> <div id="sp-menu" class="<?php echo $menuClass; ?>"> <div class="sp-column d-flex justify-content-end align-items-center"> <?php echo $menu->renderFeature(); ?> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> <!-- Related Modules --> <div class="d-none d-lg-flex header-modules align-items-center"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> <!-- Right toggler --> <?php if ($offcanvas_position === 'right'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> </div> </div> </div> </div> </div> </header> PK ��\� �54 4 style-1/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><path d="M2 5c0-1.65685 1.34315-3 3-3h134c1.657 0 3 1.34315 3 3v6H2V5z" fill="#8E91AF"/><path fill="#EBF1F9" d="M2 11h140v24H2z"/><rect opacity=".5" x="20" y="19" width="14" height="8" rx="1" fill="#6B719B"/><g opacity=".8" fill="#fff"><path d="M20 5h4v3h-4zM27 5h4v3h-4zM34 5h4v3h-4z"/></g><rect opacity=".8" x="97" y="5" width="27" height="3" rx="1" fill="#fff"/><rect x="79" y="21" width="9" height="4" rx="1" fill="#6B719B"/><rect x="91" y="21" width="9" height="4" rx="1" fill="#6B719B"/><rect x="103" y="21" width="9" height="4" rx="1" fill="#6B719B"/><rect x="115" y="21" width="9" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � style-1/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\:G�rc c 8-CenterModal/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $data->params->get('offcanvas_position', 'right'); $menu_type = $data->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; include_once $feature_folder_path . '/social.php'; include_once $feature_folder_path . '/contact.php'; /** * Helper classes for- * site logo, Menu header. * */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); $social = new HelixUltimateFeatureSocial($data->params); $contact = new HelixUltimateFeatureContact($data->params); /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega' || $menu_type === 'mega_offcanvas') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <header id="sp-header" class="header-with-modal-menu center-layout"> <div class="container"> <div class="container-inner"> <div class="row align-items-center justify-content-between"> <!-- Left toggler if left --> <?php if ($offcanvas_position === 'left'): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="has-border col-auto me-auto"> <div class="sp-column"> <?php if (isset($logo->load_pos) && $logo->load_pos === 'before') : ?> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php else : ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> <?php endif ?> </div> </div> <!-- Menu Right position --> <div id="logo-right" class="col-auto d-flex align-items-center"> <?php echo $contact->renderFeature(); ?> <!-- Related Modules --> <div class="d-none d-lg-flex align-items-center header-modules"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> <!-- Right toggler --> <?php if ($offcanvas_position === 'right'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> <?php if (in_array($menu_type, ['mega_offcanvas', 'mega'], true)): ?> <!-- Modal menu toggler --> <a id="modal-menu-toggler" aria-label="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" title="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" class="ms-3" href="#"> <div class="burger-icon" aria-hidden="true"> <span></span> <span></span> <span></span> </div> </a> <!-- Modal menu --> <div id="modal-menu" class="modal-menu"> <div class="modal-menu-inner"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="modules-wrapper header-modules"> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <jdoc:include type="modules" name="menu-modal" style="sp_xhtml" /> </div> <?php echo $menu->renderFeature(); ?> </div> </div> </div> </div> </div> <?php endif; ?> </div> </div> </div> </div> </header> PK ��\��i' ' 8-CenterModal/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><path d="M131 9.525L130.475 9 128 11.475 125.525 9l-.525.525L127.475 12 125 14.475l.525.525L128 12.525 130.475 15l.525-.525L128.525 12 131 9.525z" fill="#6B709B"/><rect x="54" y="56" width="9" height="4" rx="1" fill="#6B719B"/><rect x="41" y="56" width="9" height="4" rx="1" fill="#6B719B"/><rect x="28" y="56" width="9" height="4" rx="1" fill="#6B719B"/><rect x="67" y="56" width="9" height="4" rx="1" fill="#6B719B"/><rect x="80" y="56" width="9" height="4" rx="1" fill="#6B719B"/><rect x="93" y="56" width="9" height="4" rx="1" fill="#6B719B"/><rect x="106" y="56" width="9" height="4" rx="1" fill="#6B719B"/><rect opacity="0.5" x="37" y="37" width="70" height="7" rx="1" fill="#CDD0DF"/><path d="M76.863 43.902L74.91 41.95a.554.554 0 00-.332-.136h-.312c.527-.684.859-1.544.859-2.5 0-2.227-1.836-4.063-4.063-4.063A4.072 4.072 0 0067 39.313a4.06 4.06 0 004.063 4.062c.937 0 1.796-.313 2.5-.86v.333c0 .117.039.234.136.332l1.934 1.933c.195.196.488.196.664 0l.547-.547a.466.466 0 00.02-.664zm-5.8-2.09a2.492 2.492 0 01-2.5-2.5c0-1.367 1.113-2.5 2.5-2.5 1.367 0 2.5 1.133 2.5 2.5 0 1.387-1.133 2.5-2.5 2.5z" fill="#6B709B"/></svg>PK ��\�Sʉ� � 8-CenterModal/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\��.l� � 9-FullModal/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $data->params->get('offcanvas_position', 'right'); $menu_type = $data->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; include_once $feature_folder_path . '/social.php'; include_once $feature_folder_path . '/contact.php'; /** * Helper classes for- * site logo, Menu header. * */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); $social = new HelixUltimateFeatureSocial($data->params); $contact = new HelixUltimateFeatureContact($data->params); /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega' || $menu_type === 'mega_offcanvas') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <header id="sp-header" class="header-with-modal-menu"> <div class="container"> <div class="container-inner"> <div class="row align-items-center justify-content-between"> <!-- Left toggler if left --> <?php if ($offcanvas_position === 'left'): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="has-border col-auto me-auto"> <div class="sp-column"> <?php if (isset($logo->load_pos) && $logo->load_pos === 'before') : ?> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php else : ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> <?php endif ?> </div> </div> <!-- Menu Right position --> <div id="logo-right" class="col-auto d-flex align-items-center"> <!-- Related Modules --> <div class="d-none d-lg-flex align-items-center header-modules"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> <!-- Right toggler (or mega mobile) --> <?php if ($offcanvas_position === 'right'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> <!-- Modal menu toggler --> <?php if (in_array($menu_type, ['mega_offcanvas', 'mega'], true)): ?> <a id="modal-menu-toggler" aria-label="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" title="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" class="<?php echo $menu_type; ?> ms-3" href="#"> <div class="burger-icon" aria-hidden="true"> <span></span> <span></span> <span></span> </div> </a> <!-- Modal menu --> <div id="modal-menu" class="modal-menu"> <div class="modal-menu-inner"> <div class="container"> <div class="row"> <div class="col-sm-7"> <?php echo $menu->renderFeature(); ?> </div> <div class="col-sm-5"> <div class="modules-wrapper header-modules"> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php echo $contact->renderFeature(); ?> <?php echo $social->renderFeature(); ?> <jdoc:include type="modules" name="menu-modal" style="sp_xhtml" /> </div> </div> </div> </div> </div> </div> <?php endif; ?> </div> </div> </div> </div> </header>PK ��\x$�� � 9-FullModal/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><rect x="2" y="2" width="140" height="96" rx="3" fill="#F8FBFF"/><path d="M131 9.525L130.475 9 128 11.475 125.525 9l-.525.525L127.475 12 125 14.475l.525.525L128 12.525 130.475 15l.525-.525L128.525 12 131 9.525z" fill="#6B709B"/><path d="M76 18v64" stroke="#CDD0DF" stroke-width="0.5"/><rect x="86" y="49" width="37" height="2" rx="1" fill="#CDD0DF"/><rect x="86" y="63" width="40" height="2" rx="1" fill="#CDD0DF"/><rect x="86" y="59" width="9" height="2" rx="1" fill="#6B709B"/><rect x="86" y="45" width="9" height="2" rx="1" fill="#6B709B"/><rect x="86" y="72" width="4" height="4" rx="1" fill="#6B709B"/><rect x="93" y="72" width="4" height="4" rx="1" fill="#6B709B"/><rect x="100" y="72" width="4" height="4" rx="1" fill="#6B709B"/><rect x="107" y="72" width="4" height="4" rx="1" fill="#6B709B"/><rect opacity="0.5" x="86" y="31" width="40" height="7" rx="1" fill="#CDD0DF"/><path d="M96.863 37.902L94.91 35.95a.554.554 0 00-.332-.136h-.312c.527-.684.859-1.544.859-2.5 0-2.227-1.836-4.063-4.063-4.063A4.072 4.072 0 0087 33.313a4.06 4.06 0 004.063 4.062c.937 0 1.796-.313 2.5-.86v.333c0 .117.039.234.136.332l1.934 1.933c.195.196.488.196.664 0l.547-.547a.466.466 0 00.02-.664zm-5.8-2.09a2.492 2.492 0 01-2.5-2.5c0-1.367 1.113-2.5 2.5-2.5 1.367 0 2.5 1.133 2.5 2.5 0 1.387-1.133 2.5-2.5 2.5z" fill="#6B709B"/><rect x="20" y="21" width="15" height="4" rx="1" fill="#6B719B"/><rect x="20" y="30" width="12" height="4" rx="1" fill="#6B719B"/><rect x="20" y="39" width="11" height="4" rx="1" fill="#6B719B"/><rect x="20" y="66" width="12" height="4" rx="1" fill="#6B719B"/><rect x="20" y="48" width="14" height="4" rx="1" fill="#6B719B"/><rect x="20" y="57" width="10" height="4" rx="1" fill="#6B719B"/><rect x="20" y="75" width="10" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � 9-FullModal/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\�G�� � 5-FullwidthCenter/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $data->params->get('offcanvas_position', 'right'); $menu_type = $data->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; include_once $feature_folder_path . '/social.php'; /** * Helper classes for- * site logo, Menu header. * */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); $social = new HelixUltimateFeatureSocial($data->params); $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <header id="sp-header" class="full-header full-header-center"> <div class="container-fluid"> <div class="container-inner"> <div class="row align-items-center"> <!-- Left toggler (if left) --> <?php if ($offcanvas_position === 'left'): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="col-auto"> <div class="sp-column"> <?php if (isset($logo->load_pos) && $logo->load_pos === 'before') : ?> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php else : ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> <?php endif ?> </div> </div> <!-- Menu --> <div id="sp-menu" class="menu-with-social menu-center col-auto flex-auto"> <div class="sp-column d-flex justify-content-between align-items-center"> <div class="menu-with-offcanvas d-flex justify-content-between align-items-center flex-auto"> <?php echo $menu->renderFeature(); ?> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> </div> <!-- Related Modules --> <div class="d-none d-lg-flex header-modules align-items-center"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> <!-- Social icons --> <div class="social-wrap no-border d-flex align-items-center"> <?php echo $social->renderFeature(); ?> </div> <!-- Right toggler (if right or mega mobile) --> <?php if ($offcanvas_position === 'right'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> </div> </div> </div> </div> </div> </header>PK ��\y ��� � 5-FullwidthCenter/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><path d="M2 5c0-1.65685 1.34315-3 3-3h134c1.657 0 3 1.34315 3 3v21H2V5z" fill="#EBF1F9"/><path fill="#6B719B" d="M120 12h4v4h-4zM127 12h4v4h-4zM134 12h4v4h-4z"/><rect opacity=".5" x="6" y="10" width="14" height="8" rx="1" fill="#6B719B"/><rect x="47" y="12" width="10" height="4" rx="1" fill="#6B719B"/><rect x="60" y="12" width="10" height="4" rx="1" fill="#6B719B"/><rect x="73" y="12" width="10" height="4" rx="1" fill="#6B719B"/><rect x="86" y="12" width="10" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � 5-FullwidthCenter/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\+���� � 7-LeftModal/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $data->params->get('offcanvas_position', 'right'); $menu_type = $data->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; include_once $feature_folder_path . '/social.php'; include_once $feature_folder_path . '/contact.php'; /** * Helper classes for- * site logo, Menu header. * */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); $social = new HelixUltimateFeatureSocial($data->params); $contact = new HelixUltimateFeatureContact($data->params); /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega' || $menu_type === 'mega_offcanvas') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <header id="sp-header" class="header-with-modal-menu classic-layout"> <div class="container"> <div class="container-inner"> <div class="row align-items-center justify-content-between"> <!-- Left toggler --> <?php if ($offcanvas_position === 'left'): ?> <div class="col-auto align-items-center <?php echo $visibilityClass; ?>"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> <!-- Logo --> <div id="sp-logo" class="has-border col-auto"> <div class="sp-column"> <?php if (isset($logo->load_pos) && $logo->load_pos === 'before') : ?> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php else : ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> <?php endif ?> </div> </div> <!-- Menu Right position --> <div id="logo-right" class="col-auto d-flex align-items-center"> <?php echo $contact->renderFeature(); ?> <!-- Related Modules --> <div class="d-none d-lg-flex align-items-center header-modules"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> <!-- Right toggler --> <?php if ($offcanvas_position === 'right'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> <?php if (in_array($menu_type, ['mega_offcanvas', 'mega'], true)): ?> <!-- Modal menu toggler --> <a id="modal-menu-toggler" aria-label="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" title="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" class="ms-3" href="#"> <div class="burger-icon" aria-hidden="true"> <span></span> <span></span> <span></span> </div> </a> <!-- Modal menu --> <div id="modal-menu" class="modal-menu has-bg"> <div class="modal-menu-inner"> <div class="container align-items-stretch"> <?php echo $menu->renderFeature(); ?> <div> <jdoc:include type="modules" name="menu-modal" style="sp_xhtml" /> <?php echo $social->renderFeature(); ?> </div> </div> </div> </div> <?php endif; ?> </div> </div> </div> </div> </header>PK ��\Sys]L L 7-LeftModal/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><rect x="2" y="2" width="140" height="96" rx="3" fill="#F8FBFF"/><path d="M131 9.525L130.475 9 128 11.475 125.525 9l-.525.525L127.475 12 125 14.475l.525.525L128 12.525 130.475 15l.525-.525L128.525 12 131 9.525z" fill="#6B709B"/><g opacity="0.4" stroke="#CDD0DF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M82 64l28.461-19.642a3 3 0 013.73.257l27.835 25.493c.621.568.974 1.371.974 2.212V96a3 3 0 01-3 3H4a3 3 0 01-3-3V78m81-14l19.663 13.57a3 3 0 001.375.513l36.632 4.049A3 3 0 00143 79.15V4a3 3 0 00-3-3H4a3 3 0 00-3 3v75.808c0 2.308 2.498 3.752 4.498 2.599l54.574-31.46a3 3 0 013.202.13L82 64z"/><path d="M82.725 36c5.822 0 10.541-4.7 10.541-10.5 0-5.799-4.72-10.5-10.541-10.5-5.822 0-10.541 4.701-10.541 10.5 0 5.8 4.72 10.5 10.54 10.5z"/></g><rect x="20" y="88" width="4" height="4" rx="1" fill="#6B709B"/><rect x="27" y="88" width="4" height="4" rx="1" fill="#6B709B"/><rect x="34" y="88" width="4" height="4" rx="1" fill="#6B709B"/><rect x="41" y="88" width="4" height="4" rx="1" fill="#6B709B"/><path d="M20 84h104" stroke="#CDD0DF" stroke-width="0.5"/><rect x="20" y="22" width="15" height="4" rx="1" fill="#6B719B"/><rect x="20" y="31" width="12" height="4" rx="1" fill="#6B719B"/><rect x="20" y="40" width="11" height="4" rx="1" fill="#6B719B"/><rect x="20" y="49" width="14" height="4" rx="1" fill="#6B719B"/><rect x="20" y="58" width="10" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � 7-LeftModal/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\��Tn 6-MultiRows/header.phpnu �[��� <?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined ('_JEXEC') or die('Restricted Access'); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; $data = $displayData; $offcanvas_position = $data->params->get('offcanvas_position', 'right'); $menu_type = $data->params->get('menu_type'); $feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features'; include_once $feature_folder_path . '/logo.php'; include_once $feature_folder_path . '/menu.php'; include_once $feature_folder_path . '/social.php'; include_once $feature_folder_path . '/contact.php'; /** * Helper classes for- * site logo, Menu header. * */ $logo = new HelixUltimateFeatureLogo($data->params); $menu = new HelixUltimateFeatureMenu($data->params); $social = new HelixUltimateFeatureSocial($data->params); $contact = new HelixUltimateFeatureContact($data->params); /** * Get related modules * The modules are mod_search */ $searchModule = Helper::getSearchModule('-header'); $visibilityClass = ($menu_type === 'mega') ? 'd-flex d-lg-none' : 'd-flex'; $sideClass = ($offcanvas_position === 'left') ? 'offcanvas-toggler-left' : 'offcanvas-toggler-right'; $togglerHtml = ' <a id="offcanvas-toggler" class="offcanvas-toggler-secondary ' . $sideClass . ' ' . $visibilityClass . ' align-items-center" href="#" aria-label="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '" title="' . Text::_('HELIX_ULTIMATE_NAVIGATION') . '"> <div class="burger-icon" aria-hidden="true"><span></span><span></span><span></span></div> </a>'; ?> <?php if ($data->params->get('sticky_header')): ?> <div class="sticky-header-placeholder"></div> <?php endif; ?> <div id="sp-header-topbar"> <div class="container"> <div class="container-inner"> <div class="row align-items-center"> <!-- Contact --> <div id="sp-contact" class="col-6 col-xl-5"> <?php if ($data->params->get('social_position') === 'top1'): ?> <?php echo $social->renderFeature(); ?> <?php endif ?> <?php if ($data->params->get('contact_position') === 'top1'): ?> <?php echo $contact->renderFeature(); ?> <?php endif ?> </div> <!-- Logo --> <div id="sp-logo" class="col-12 col-xl-2 d-none d-xl-block"> <div class="sp-column d-flex align-items-center justify-content-center"> <?php if (isset($logo->load_pos) && $logo->load_pos === 'before') : ?> <?php echo $logo->renderFeature(); ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php else : ?> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> <?php endif ?> </div> </div> <!-- Social --> <div id="sp-social" class="col-6 col-xl-5"> <div class="sp-column d-flex justify-content-end"> <!-- Social icons --> <div class="social-wrap d-flex align-items-center"> <?php if ($data->params->get('social_position') === 'top2'): ?> <?php echo $social->renderFeature(); ?> <?php endif ?> <?php if ($data->params->get('contact_position') === 'top2'): ?> <?php echo $contact->renderFeature(); ?> <?php endif ?> </div> <!-- Related Modules --> <div class="d-none d-lg-flex header-modules align-items-center"> <?php if ($data->params->get('enable_search', 0)): ?> <?php echo ModuleHelper::renderModule($searchModule, ['style' => 'sp_xhtml']); ?> <?php endif ?> <?php if ($data->params->get('enable_login', 0)): ?> <?php echo $menu->renderLogin(); ?> <?php endif ?> </div> </div> </div> </div> </div> </div> </div> <header id="sp-header" class="lg-header"> <div class="container"> <div class="container-inner"> <!-- Menu --> <div class="row"> <div class="col-lg-3 col-6 d-block d-xl-none"> <div class="sp-column d-flex justify-content-between align-items-center"> <div id="sp-logo" class="menu-with-offcanvas"> <jdoc:include type="modules" name="logo" style="sp_xhtml" /> <?php echo $logo->renderFeature(); ?> </div> </div> </div> <div class="col-lg-9 col-6 col-xl-12"> <div class="d-flex justify-content-end justify-content-xl-center align-items-center"> <!-- Left toggler --> <?php if ($offcanvas_position === 'left'): ?> <?php echo $togglerHtml; ?> <?php endif; ?> <?php echo $menu->renderFeature(); ?> <div class="menu-with-offcanvas"> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> </div> <!-- Right toggler --> <?php if ($offcanvas_position === 'right' ): ?> <div class="ms-3 ps-2"> <?php echo $togglerHtml; ?> </div> <?php endif; ?> </div> </div> </div> </div> </div> </header>PK ��\��S�: : 6-MultiRows/thumb.svgnu �[��� <svg width="144" height="100" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="1.25" width="141.5" height="97.5" rx="3.75" fill="#F8FBFF" stroke="#CDD0DF" stroke-width="1.5"/><path d="M2 5c0-1.65685 1.34315-3 3-3h134c1.657 0 3 1.34315 3 3v27H2V5z" fill="#EBF1F9"/><path opacity=".4" d="M20 18h104" stroke="#6B719B" stroke-width=".5"/><rect opacity=".5" x="65" y="6" width="14" height="7" rx="1" fill="#6B719B"/><rect x="20" y="8" width="24" height="3" rx="1" fill="#6B719B"/><path fill="#6B719B" d="M109 8h3v3h-3zM115 8h3v3h-3zM121 8h3v3h-3z"/><rect x="47" y="23" width="10" height="4" rx="1" fill="#6B719B"/><rect x="60" y="23" width="10" height="4" rx="1" fill="#6B719B"/><rect x="73" y="23" width="10" height="4" rx="1" fill="#6B719B"/><rect x="86" y="23" width="10" height="4" rx="1" fill="#6B719B"/></svg>PK ��\�Sʉ� � 6-MultiRows/.htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\�Sʉ� � .htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK ��\��r� � style-2/header.phpnu �[��� PK ��\Kd��� � / style-2/thumb.svgnu �[��� PK ��\�Sʉ� � $ style-2/.htaccessnu �7��m PK ��\Hj� � R 4-FullwidthLeft/header.phpnu �[��� PK ��\-��ig g M"