update tpl fix - refs BT#14992

pull/2729/head
Alex Aragón 7 years ago
parent 357ba56b85
commit 1a42f02b6d
  1. 12
      main/template/default/layout/page.tpl

@ -42,13 +42,13 @@
<!-- END DISPLAY COOKIES VALIDATION --> <!-- END DISPLAY COOKIES VALIDATION -->
{% endif %} {% endif %}
{% if show_header == true %}
<!-- START HEADER --> <!-- START HEADER -->
<header id="cm-header"> <header id="cm-header">
{% if show_header == true %} {% include 'layout/page_header.tpl'|get_template %}
{% include 'layout/page_header.tpl'|get_template %}
{% endif %}
</header> </header>
<!-- END HEADER --> <!-- END HEADER -->
{% endif %}
<!-- START CONTENT --> <!-- START CONTENT -->
<section id="cm-content"> <section id="cm-content">
@ -63,13 +63,13 @@
</section> </section>
<!-- END CONTENT --> <!-- END CONTENT -->
{% if show_footer == true %}
<!-- START FOOTER --> <!-- START FOOTER -->
<footer class="footer"> <footer class="footer">
{% if show_footer == true %} {% include 'layout/page_footer.tpl'|get_template %}
{% include 'layout/page_footer.tpl'|get_template %}
{% endif %}
</footer> </footer>
<!-- END FOOTER --> <!-- END FOOTER -->
{% endif %}
</main> </main>
<!-- END MAIN --> <!-- END MAIN -->

Loading…
Cancel
Save