summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 17:15:48 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 17:15:48 +0100
commit6a57ed65c0cacd11eef64801100350e30888a341 (patch)
treefa90211101ffbbdf459a046822984a24901ac7e2 /templates
parente3ae4ea0bebc05e7ef16326501a9654ca9095310 (diff)
move sharing link to the bottom7.1.0
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.explore.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index c7e971e4f..3eab49751 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -7,9 +7,6 @@
</label>
</div>-->
- <div class="explore-header">
- <a href="https://github.com/owncloud/news/wiki/Explore-Feed-Section"><?php p($l->t('Got more awesome feeds? Share them with us!')) ?></a>
- </div>
<div class="explore-filter">
<label for="explorelanguagecode"><?php p($l->t('Language')) ?>: </label>
@@ -49,4 +46,8 @@
</div>
</div>
</div>
+
+ <div class="explore-footer">
+ <a target="_blank" href="https://github.com/owncloud/news/wiki/Explore-Feed-Section"><?php p($l->t('Got more awesome feeds? Share them with us!')) ?></a>
+ </div>
</div>