Revision 9df24f38 cloudcms/templates/cms/footer.html

b/cloudcms/templates/cms/footer.html
1
{% if APP.footer_top %}
2
<div class="top row">
3
    {{ APP.footer_top|safe }}
4
</div>
5
{% endif %}
1 6
<div class="bottom row">
2 7
{% load feincms_tags feincms_page_tags %}
3 8
{% feincms_navigation of feincms_page as sublevel level=2,depth=1 %}
......
15 20
</ul>
16 21
{% endfor %}
17 22
</div>
23
{% if APP.footer_bottom %}
24
<div class="last row">
25
    {{ APP.footer_bottom|safe }}
26
</div>
27
{% endif %}

Also available in: Unified diff