Fix template add missing show_footer and show_header conditions

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent be1d258b79
commit e493fd5448
  1. 6
      main/template/default/layout/page.tpl
  2. 2
      main/template/default/layout/page_footer.tpl

@ -33,7 +33,10 @@
</div>
{% endif %}
{% if show_header == true %}
{% include template ~ "/layout/page_header.tpl" %}
{% endif %}
<section id="content-section">
<div class="container">
{% block breadcrumb %}
@ -45,7 +48,10 @@
{% endblock %}
</div>
</section>
{% if show_footer == true %}
{% include template ~ "/layout/page_footer.tpl" %}
{% endif %}
</div>
</body>
</html>

@ -1,4 +1,4 @@
<footer id="footer-section" class="sticky-footer">
*<footer id="footer-section" class="sticky-footer">
<div class="container">
<div class="pre-footer">
{% if plugin_pre_footer is not null %}

Loading…
Cancel
Save