chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Resources/views/Breadcrumb/breadcrumb_legacy.html.twig

Summary

Maintainability
Test Coverage
{#{% extends '@KnpMenu/menu.html.twig' %}#}

{#{% block label %}#}
{#    {% if item.extra('icon') is not null %}#}
{#        <i class="{{ item.extra('icon') }}"></i>#}
{#    {% endif %}#}
{#    {{ parent() }}#}
{#{% endblock %}#}

{#{% block list %}#}
{#    {% apply spaceless %}#}
{#        <nav aria-label="breadcrumb">#}
{#            {{ parent() }}#}
{#        </nav>#}
{#    {% endapply %}#}
{#{% endblock%}#}