navigation.html.twig 334 B

1234567891011
  1. {% import 'macros/macros.html.twig' as macros %}
  2. <ul {{ tree ? 'class="tree"' : '' }}>
  3. {{ macros.nav_loop(pages) }}
  4. <li class="wrap_search">
  5. <a href="#">
  6. <img src="/user/themes/vocurations/images/Icone_search.svg" alt="">
  7. </a>
  8. {% include 'partials/simplesearch_searchbox.html.twig' %}
  9. </li>
  10. </ul>