Actualización
This commit is contained in:
18
main/template/default/layout/show_footer.tpl
Normal file
18
main/template/default/layout/show_footer.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
</div>
|
||||
</section>
|
||||
<!-- END CONTENT -->
|
||||
|
||||
{% if show_footer == true %}
|
||||
<!-- START FOOTER -->
|
||||
<footer class="footer">
|
||||
{% include 'layout/page_footer.tpl'|get_template %}
|
||||
</footer>
|
||||
<!-- END FOOTER -->
|
||||
{% endif %}
|
||||
|
||||
</main>
|
||||
<!-- END MAIN -->
|
||||
|
||||
{% include 'layout/modals.tpl'|get_template %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user