__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix Ultimate Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
defined ('_JEXEC') or die();
$data = $displayData;
$feature_folder_path = JPATH_THEMES . '/' . $data->template->template . '/features/';
include_once $feature_folder_path.'logo.php';
include_once $feature_folder_path.'menu.php';
$output = '';
$output .= '<header id="sp-header">';
$output .= '<div class="container">';
$output .= '<div class="container-inner">';
$output .= '<div class="row">';
$output .= '<div id="sp-logo" class="col-8 col-lg-4">';
$output .= '<div class="sp-column">';
$logo = new HelixUltimateFeatureLogo($data->params);
$output .= $logo->renderFeature();
$output .= '</div>';
$output .= '</div>';
$output .= '<div id="sp-menu" class="col-4 col-lg-8">';
$output .= '<div class="sp-column">';
$menu = new HelixUltimateFeatureMenu($data->params);
$output .= $menu->renderFeature();
$output .= '</div>';
$output .= '</div>';
$output .= '</div>';
$output .= '</div>';
$output .= '</div>';
$output .= '</header>';
echo $output;| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| header.php | File | 1.16 KB | 0664 |
|
| thumb.jpg | File | 2.19 KB | 0664 |
|