blob: 1554dfc1b5ae7890107d9c1b16bd44d1981084bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<div id="footer" class="desktop">
<div id="footer-left">juick.com © 2008-2023
{% if links | default ('') is not empty %}
<br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
{% endif %}
</div>
<div id="footer-right"> ·
<a href="/help/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> ·
<a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a> ·
<a href="/help/privacy" rel="nofollow">{{ i18n("messages","link.privacy") }}</a>
</div>
</div>
|