Your IP : 10.10.0.253


Current Path : /var/www/templates/jl_bostan_free/particles/
Upload File :
Current File : /var/www/templates/jl_bostan_free/particles/horizontalmenu.html.twig

{% extends '@nucleus/partials/particle.html.twig' %}

{% block particle %}

    <ul class="g-horizontalmenu {{ particle.class|e }}">

        {% for item in particle.items %}
            <li>
                <a target="{{ particle.target }}" href="{{ item.link|e }}" title="{{ item.text }}">{{ item.text }}</a>
            </li>
        {% endfor %}

    </ul>

{% endblock %}