modules/XC/CrispWhiteSkin/templates/web/customer/layout/footer/main.footer.twig line 1

Open in your IDE?
  1. {##
  2.  # Footer
  3.  #
  4.  # @ListChild (list="layout.footer", weight="500")
  5.  #}
  6. <footer id="footer-area">
  7.   {{ widget_list('layout.main.footer.before') }}
  8.   <div class="container">
  9.     {{ widget_list('layout.main.footer') }}
  10.   </div>
  11. </footer>