diff options
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html index 0e4e8540..154e1ccf 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html @@ -16,7 +16,7 @@ </div> <div id="footer-left"> <a href="http://juick.com">juick.com</a> © 2008-2017 - <th:block th:if="${links != null}"/><br/><span th:text="#{label.sponsors}">Спонсоры:</span><span th:text="${links}"> </span></th:block> + <th:block th:if="${showSponsors}"/><br/><span th:text="#{label.sponsors}">Спонсоры:</span><span th:text="${links}"> </span></th:block> </div> </div> <script> |