aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html
index 6978a2c0..6fbaecf2 100644
--- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html
@@ -11,9 +11,7 @@
<a href="https://www.facebook.com/JuickCom" rel="nofollow" class="ico32-fb">Facebook</a>
</div>
<div id="footer-left">juick.com &copy; 2008-2016
- {% if links %}
- <br/>Спонсоры: {{ links }}
- {% endif %}
+ <br th:if="${links}"/>Спонсоры: ${links}
</div>
</div>
<script>
@@ -24,11 +22,11 @@
ga('create','UA-385578-4','juick.com');
ga('require','displayfeatures');
ga('send','pageview');
- {% if (sapeon) %}
+<th:block th:if="${sapeon}">
var _acic={dataProvider:10};
(function(){
var e=document.createElement('script');e.type='text/javascript';e.async=true;e.src='//www2.aci'+'nt.net/aci.js';
var t=document.getElementsByTagName('script')[0];t.parentNode.insertBefore(e,t);
})();
- {% endif %}
+</th:block>
</script> \ No newline at end of file