summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.explore.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 17:08:45 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 17:08:45 +0100
commite3ae4ea0bebc05e7ef16326501a9654ca9095310 (patch)
treedb2d945082ea76a00b472f9ab5b7077e38c22804 /templates/part.navigation.explore.php
parent120a94582f62da9cf3ed32ad611ccdd226e5a751 (diff)
add german feeds and allow to change the language
Diffstat (limited to 'templates/part.navigation.explore.php')
-rw-r--r--templates/part.navigation.explore.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.explore.php b/templates/part.navigation.explore.php
index acae91b2d..8575afb1c 100644
--- a/templates/part.navigation.explore.php
+++ b/templates/part.navigation.explore.php
@@ -1,5 +1,5 @@
<li ng-class="{active: Navigation.isExploreActive()}" class="explore-feed">
- <a class="icon-link" ng-href="#/explore/">
+ <a class="icon-link" ng-href="#/explore/?lang={{Navigation.getLanguageCode()}}">
<?php p($l->t('Explore')) ?>
</a>
-</li> \ No newline at end of file
+</li>