__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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');
$tmpitem = reset($items);
$columnstylesbegin = isset($tmpitem->columnwidth) ? ' style="width:' . modMaximenuckHelper::testUnit($tmpitem->columnwidth) . ';float:left;"' : '';
$orientation_class = ( $params->get('orientation', 'horizontal') == 'vertical' ) ? 'maximenuckv' : 'maximenuckh';
$start = (int) $params->get('startLevel');
$direction = $langdirection == 'rtl' ? 'right' : 'left';
?>
<!-- debut maximenu CK -->
<div class="<?php echo $orientation_class . ' ' . $langdirection ?>" id="<?php echo $params->get('menuid', 'maximenuck'); ?>" >
<div class="maximenuck2"<?php echo $columnstylesbegin; ?>>
<ul class="maximenuck2 <?php echo $params->get('class_sfx'); ?>">
<?php
$zindex = 12000;
$lastitem = '';
foreach ($items as $i => &$item) {
$item->mobile_data = isset($item->mobile_data) ? $item->mobile_data : '';
$itemlevel = ($start > 1) ? $item->level - $start + 1 : $item->level;
if ($params->get('calledfromlevel')) {
$itemlevel = $itemlevel + $params->get('calledfromlevel') - 1;
}
$createnewrow = (isset($item->createnewrow) AND $item->createnewrow) ? '<div style="clear:both;" class="ck-column-break"></div>' : '';
$columnstyles = isset($item->columnwidth) ? ' style="width:' . modMaximenuckHelper::testUnit($item->columnwidth) . ';float:left;' . ($item->columnwidth == 'auto' ? 'flex: 1 1 auto;' : '') . '"' : '';
if (isset($item->colonne) AND (isset($items[$lastitem]) AND !$items[$lastitem]->deeper)) {
echo '</ul><div class="ckclr"></div></div>'.$createnewrow.'<div class="maximenuck2" ' . $columnstyles . '><ul class="maximenuck2">';
}
if (isset($item->content) AND $item->content) {
echo '<li class="maximenuck maximenuflatlistck '. $item->classe . ' level' . $itemlevel .' '.$item->liclass . '" data-level="' . $itemlevel . '" ' . $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', '').'"' : '';
// if ($item->tagcoltitle != 'none') {
// $item->ftitle = '<'.$item->tagcoltitle.$classcoltitle.'>'.$item->ftitle.'</'.$item->tagcoltitle.'>';
// }
$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 class="maximenuck maximenuflatlistck '. $item->classe . ' level' . $itemlevel .' '.$item->liclass . '" style="z-index : ' . $zindex . ';" data-level="' . $itemlevel . '" ' . $item->mobile_data . '>';
require dirname(__FILE__) . '/_itemtype.php';
}
echo "\n\t\t</li>\n";
$zindex--;
$lastitem = $i;
}
?>
</ul>
<div style="clear:both;"></div>
</div>
</div>
<!-- fin maximenuCK -->
| 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 |
|