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

Loading…
Cancel
Save