Fixing double divs see:

268078ff71
1.9.x
Julio Montoya 10 years ago
parent f123c405f4
commit b413bc7e33
  1. 2
      main/template/default/layout/main.tpl
  2. 2
      main/template/default/layout/show_footer.tpl

@ -14,6 +14,8 @@
</div> <!-- end of #row" -->
</div> <!-- end of #main" -->
<div class="push"></div>
</div> <!-- end of #page section -->
</div> <!-- end of #wrapper section -->
{% endif %}
{% include "default/layout/main_footer.tpl" %}
{% endblock %}

@ -20,7 +20,9 @@
</div> <!-- end of #row" -->
</div> <!-- end of #main" -->
<div class="push"></div>
</div> <!-- end of #page section -->
</div> <!-- end of #wrapper section -->
{% endif %}
{% include "default/layout/main_footer.tpl" %}

Loading…
Cancel
Save