templates/bundles/SyliusShopBundle/Menu/_pageMenu.html.twig line 1

Open in your IDE?
  1. {#<a class="item" href="{{ path('download') }}">{{ 'Download'|trans }}</a>
  2. #}
  3. <a class="item" href="{{ path('electronique') }}"> {{ 'Hardware'|trans }}</a>
  4. <a class="item" href="{{ path('features') }}">{{ 'Features'|trans }}</a>
  5. <a class="item" href="{{ path('formation') }}">{{ 'Formation'|trans }}</a>
  6. <a class="item" href="{{ path('wiki') }}">{{ 'Manuel'|trans }}</a>
  7. <a class="item" href="{{ path('forum') }}">{{ 'Forum'|trans }}</a>
  8. <a class="item" href="{{ path('liens') }}"> {{ 'Liens'|trans }}</a>