aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-03-01 16:31:34 +0000
committerGravatar Vitaly Takmazov2018-03-01 19:49:35 +0300
commit6564cc617d72f06261009db94f839eba5d13c6eb (patch)
tree3866cf8c0cf9a206291930ada77cac7fd9c4b8fe /juick-www/src/main/resources
parent70a50b2252ed313e3aee1a9ee2f33be8a46cb028 (diff)
Revert "www: move ads to sidebar"
This reverts commit f92fb49bfab851d6de2480cf0359920516bfe050.
Diffstat (limited to 'juick-www/src/main/resources')
-rw-r--r--juick-www/src/main/resources/templates/views/partial/footer.html6
-rw-r--r--juick-www/src/main/resources/templates/views/partial/homecolumn.html3
-rw-r--r--juick-www/src/main/resources/templates/views/partial/tagcolumn.html7
-rw-r--r--juick-www/src/main/resources/templates/views/partial/usercolumn.html6
4 files changed, 6 insertions, 16 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/footer.html b/juick-www/src/main/resources/templates/views/partial/footer.html
index 08c09268..87744183 100644
--- a/juick-www/src/main/resources/templates/views/partial/footer.html
+++ b/juick-www/src/main/resources/templates/views/partial/footer.html
@@ -9,5 +9,9 @@
<a href="https://vk.com/juick" rel="nofollow"><i data-icon="ei-sc-vk" data-size="m"></i></a>
<a href="https://www.facebook.com/JuickCom" rel="nofollow"><i data-icon="ei-sc-facebook" data-size="m"></i></a>
</div>
- <div id="footer-left">juick.com &copy; 2008-2018</div>
+ <div id="footer-left">juick.com &copy; 2008-2018
+ {% if links | default ('') is not empty %}
+ <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
+ {% endif %}
+ </div>
</div>
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 3d4ae1c3..6142e9e9 100644
--- a/juick-www/src/main/resources/templates/views/partial/homecolumn.html
+++ b/juick-www/src/main/resources/templates/views/partial/homecolumn.html
@@ -19,8 +19,5 @@
{% 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
diff --git a/juick-www/src/main/resources/templates/views/partial/tagcolumn.html b/juick-www/src/main/resources/templates/views/partial/tagcolumn.html
index b806807a..3e61d3d3 100644
--- a/juick-www/src/main/resources/templates/views/partial/tagcolumn.html
+++ b/juick-www/src/main/resources/templates/views/partial/tagcolumn.html
@@ -31,10 +31,3 @@
{% endif %}
</ul>
{% endif %}
-<div id="ustats">
- {% if showAdv | default(false) %}
- {% if links | default ('') is not empty %}
- <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
- {% endif %}
- {% endif %}
-</div>
diff --git a/juick-www/src/main/resources/templates/views/partial/usercolumn.html b/juick-www/src/main/resources/templates/views/partial/usercolumn.html
index 0ebede03..382c3622 100644
--- a/juick-www/src/main/resources/templates/views/partial/usercolumn.html
+++ b/juick-www/src/main/resources/templates/views/partial/usercolumn.html
@@ -85,9 +85,5 @@
{% endfor %}
</div>
{% endif %}
- {% if showAdv | default(false) %}
- {% if links | default ('') is not empty %}
- <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
- {% endif %}
- {% endif %}
+
</div>