console/app/templates/default/_footer.html
2015-11-28 18:15:32 +03:00

15 lines
594 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer>
<div class="row">
<div class="large-12 columns">
<ul class="inline-list">
<li>GoCloud{# <img src="{{ url_for('static', filename='images/logo/gocloud-logo-24.png') }}" border="0" />#}</li>
<li>&copy; Все права защищены.</li>
<li><a href="mailto:support@gocloud.ru">Поддержка</a></li>
<li><a href="#">База знаний</a></li>
</ul>
</div>
</div>
</footer>
{% if g.settings['footer_code'] %}
{{ g.settings['footer_code']|safe }}
{% endif %}