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. {# Subscription page is hidden for the beta-only release. #}
  4. {# <a class="item" href="{{ path('subscription') }}">{{ 'Subscription'|trans }}</a> #}
  5. <a class="item" href="{{ path('beta_testers') }}">{{ 'beta.menu'|trans }}</a>
  6. {# Hardware page is temporarily hidden: no hardware is currently for sale. #}
  7. <a class="item" href="{{ path('features') }}">{{ 'Features'|trans }}</a>
  8. <a class="item" href="{{ path('formation') }}">{{ 'Formation'|trans }}</a>
  9. <a class="item" href="{{ path('wiki') }}">{{ 'Manuel'|trans }}</a>
  10. {# Forum menu entry temporarily hidden. #}
  11. <a class="item" href="{{ path('forum') }}">{{ 'Forum'|trans }}</a>