src/ApplicationBundle/Resources/views/footer/footer_copyright.html.twig line 1

Open in your IDE?
  1. <!-- Main Footer -->
  2. {% if not include_html is defined %}
  3.     {% set include_html=1 %}
  4. {% endif %}
  5. {% if include_html==1 %}
  6. <footer class="main-footer dont_print">
  7. </footer>
  8. {% endif %}