templates/template_parts_project_specific/header_project_specific1.html.twig line 1

Open in your IDE?
  1. {#<!-- Nav Item #3 - Photos -->#}
  2. {#{% if is_granted('ROLE_GUEST') %}#}
  3. {#    <li class="nav-item dropdown">#}
  4. {#        <a class="dropdown-item" href="{{ path('photos_index') }}">Photos</a>#}
  5. {#    </li>#}
  6. {#{% endif %}#}
  7. {#<!-- Nav Item #4 - Come Visit -->#}
  8. {#<li class="nav-item dropdown">#}
  9. {#    <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"#}
  10. {#       data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">#}
  11. {#        Cyprus#}
  12. {#    </a>#}
  13. {#    <div class="dropdown-menu" aria-labelledby="navbarDropdown">#}
  14. {#        <a class="dropdown-item"#}
  15. {#           href="{{ path('house_guests_index', {subset:'Active'}) }}">Flights</a>#}
  16. {#        <a class="dropdown-item" href="{{ path('useful_links_index', {'category':'All'}) }}">Helpful#}
  17. {#            links</a>#}
  18. {#        {% if is_granted('ROLE_GUEST') %}#}
  19. {#            <a class="dropdown-item"#}
  20. {#               href="{{ path('product_display', { product: 'Coming to Cyprus'}) }}">Coming To#}
  21. {#                Cyprus</a>#}
  22. {#            <a class="dropdown-item"#}
  23. {#               href="{{ path('product_display', { product: 'What To Bring'}) }}">What To Bring</a>#}
  24. {#            <hr>#}
  25. {#            <a class="dropdown-item"#}
  26. {#               href="{{ path('tourist_attraction_index', {type:'All'}) }}">Tourist#}
  27. {#                attractions</a>#}
  28. {#            <a class="dropdown-item" href="{{ path('garmin_files_index') }}">Garmin Files#}
  29. {#                <span style="color: red">*</span></a>#}
  30. {#            <hr>#}
  31. {#            <a class="dropdown-item" href="{{ path('wine_list_index') }}">Wine List#}
  32. {#                <span style="color: red">*</span></a>#}
  33. {#        {% endif %}#}
  34. {#    </div>#}
  35. {#</li>#}