diff options
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.html | 3 |
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 |