Файловый менеджер - Редактировать - /home/harasnat/www/sommer/templates/shaper_helixultimate/headers/6-MultiRows/header.php
Назад
<?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * Copyright (c) 2010 - 2021 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'; 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(); ?> <?php if( $displayData->params->get('sticky_header')) { ?> <div class="sticky-header-placeholder"></div> <?php } ?> <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 ($displayData->params->get('social_position') === 'top1'): ?> <?php echo $social->renderFeature(); ?> <?php endif ?> <?php if ($displayData->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 ($displayData->params->get('social_position') === 'top2'): ?> <?php echo $social->renderFeature(); ?> <?php endif ?> <?php if ($displayData->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"> <!-- if offcanvas position left --> <?php if($offcanvas_position === 'left') : ?> <a id="offcanvas-toggler" aria-label="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" title="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" class="<?php echo $menu_type; ?> offcanvas-toggler-secondary offcanvas-toggler-left d-flex align-items-center" href="#"><div class="burger-icon"><span></span><span></span><span></span></div></a> <?php endif; ?> <?php echo $menu->renderFeature(); ?> <div class="menu-with-offcanvas"> <jdoc:include type="modules" name="menu" style="sp_xhtml" /> </div> <!-- if offcanvas position right --> <?php if($offcanvas_position === 'right') : ?> <a id="offcanvas-toggler" aria-label="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" title="<?php echo Text::_('HELIX_ULTIMATE_NAVIGATION'); ?>" class="<?php echo $menu_type; ?> ms-3 offcanvas-toggler-secondary offcanvas-toggler-right d-flex align-items-center ps-2" href="#"><div class="burger-icon"><span></span><span></span><span></span></div></a> <?php endif; ?> </div> </div> </div> </div> </div> </header>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка