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

Open in your IDE?
  1. <!-- footer -->
    <footer class="footer">
    {#    <div class="footer__inner">#}
    {#        <div class="footer__logo">#}
    {#            <img class="footer__logo-img" src="{{ asset('bundles/hitsocommon/hitsox-default-theme/img/layout/logo.svg') }}"#}
    {#                 alt="{{ sites.current.host }}"/>#}
    {#        </div>#}
    
    {#        <div class="footer__content">#}
    {#            {% cache cache_hash('footer_menu') {time: 3600} %}#}
    {#                {% for item in knp_menu_get('footer_menu')|default([]) %}#}
    {#                    <nav class="footer__content-item">#}
    {#                        <strong class="footer__content-label">{{ item.label }}</strong>#}
    {#                        <ul class="footer__nav">#}
    {#                            {% for element in item.children %}#}
    {#                                <li><a href="{{ element.uri }}">{{ element.label }}</a></li>#}
    {#                            {% endfor %}#}
    {#                        </ul>#}
    {#                    </nav>#}
    {#                {% endfor %}#}
    {#            {% endcache %}#}
    {#            <div class="footer__content-item">#}
    {#                <strong class="footer__content-label">Contact</strong>#}
    
    {#                <div class="footer__contact">#}
    {#                    <p>#}
    {#                        272 Goyette Corners Apt. 284<br/>#}
    {#                        Washington, NY#}
    {#                    </p>#}
    {#                    <p>#}
    {#                        <a href="tel:+12025550190">+1-202-555-0190</a><br/>#}
    {#                        <a href="mailto:office@hitso.com">office@hitso.com</a>#}
    {#                    </p>#}
    {#                </div>#}
    {#            </div>#}
    {#        </div>#}
    {#    </div>#}
    {#    <div class="footer__copy">#}
    {#        © {{ "now"|date('Y') }} Hitso/Autentika. All rights reserved#}
    {#    </div>#}
    </footer>