container.html.twig 377B

12345678910111213141516171819
  1. <div id="bottomContainer">
  2. <a href="{{ path('info_about') }}" >
  3. {{ 'bottom_menu.about'|trans({}, 'navigationui') }}
  4. </a>
  5. -
  6. <a href="{{ path('info_development') }}" >
  7. {{ 'bottom_menu.development'|trans({}, 'navigationui') }}
  8. </a>-
  9. <a href="{{ path('info_sites') }}" >
  10. {{ 'bottom_menu.sites'|trans({}, 'navigationui') }}
  11. </a>
  12. </div>