aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/partial/homecolumn.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-02-26 13:10:11 +0300
committerGravatar Vitaly Takmazov2018-02-26 13:16:55 +0300
commitf92fb49bfab851d6de2480cf0359920516bfe050 (patch)
tree207bceffb92a7cdb8cfc5a5dc0a45db7dd5623c5 /juick-www/src/main/resources/templates/views/partial/homecolumn.html
parentd91c5508f2172347e18ad93f6048582deda4ae02 (diff)
www: move ads to sidebar
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial/homecolumn.html')
-rw-r--r--juick-www/src/main/resources/templates/views/partial/homecolumn.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/homecolumn.html b/juick-www/src/main/resources/templates/views/partial/homecolumn.html
index 6142e9e9..3d4ae1c3 100644
--- a/juick-www/src/main/resources/templates/views/partial/homecolumn.html
+++ b/juick-www/src/main/resources/templates/views/partial/homecolumn.html
@@ -19,5 +19,8 @@
{% include "views/partial/tags" %}
{% if showAdv | default(false) %}
<a href="http://ru.wix.com/">конструктор сайтов</a>
+ {% if links | default ('') is not empty %}
+ <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
+ {% endif %}
{% endif %}
</p> \ No newline at end of file