src/Hitso/Bundle/CommonBundle/Resources/views/Common/footer.html.twig line 1

Open in your IDE?
  1. <!-- footer -->
  2. <footer class="footer">
  3. {#    <div class="footer__inner">#}
  4. {#        <div class="footer__logo">#}
  5. {#            <img class="footer__logo-img" src="{{ asset('bundles/hitsocommon/hitsox-default-theme/img/layout/logo.svg') }}"#}
  6. {#                 alt="{{ sites.current.host }}"/>#}
  7. {#        </div>#}
  8. {#        <div class="footer__content">#}
  9. {#            {% cache cache_hash('footer_menu') {time: 3600} %}#}
  10. {#                {% for item in knp_menu_get('footer_menu')|default([]) %}#}
  11. {#                    <nav class="footer__content-item">#}
  12. {#                        <strong class="footer__content-label">{{ item.label }}</strong>#}
  13. {#                        <ul class="footer__nav">#}
  14. {#                            {% for element in item.children %}#}
  15. {#                                <li><a href="{{ element.uri }}">{{ element.label }}</a></li>#}
  16. {#                            {% endfor %}#}
  17. {#                        </ul>#}
  18. {#                    </nav>#}
  19. {#                {% endfor %}#}
  20. {#            {% endcache %}#}
  21. {#            <div class="footer__content-item">#}
  22. {#                <strong class="footer__content-label">Contact</strong>#}
  23. {#                <div class="footer__contact">#}
  24. {#                    <p>#}
  25. {#                        272 Goyette Corners Apt. 284<br/>#}
  26. {#                        Washington, NY#}
  27. {#                    </p>#}
  28. {#                    <p>#}
  29. {#                        <a href="tel:+12025550190">+1-202-555-0190</a><br/>#}
  30. {#                        <a href="mailto:office@hitso.com">office@hitso.com</a>#}
  31. {#                    </p>#}
  32. {#                </div>#}
  33. {#            </div>#}
  34. {#        </div>#}
  35. {#    </div>#}
  36. {#    <div class="footer__copy">#}
  37. {#        © {{ "now"|date('Y') }} Hitso/Autentika. All rights reserved#}
  38. {#    </div>#}
  39. </footer>