summaryrefslogtreecommitdiffstats
path: root/templates-old/part.navigation.explore.php
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-08 20:33:33 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 20:20:39 +0100
commit75144a50fe5656d2488bd58e0b5263f4c0ae9bd9 (patch)
treea9cf763c5a382d7acb76d66295723f416c6df874 /templates-old/part.navigation.explore.php
parent7864b5bdb41c4d3724ec55c0f63a5c00a05004de (diff)
moved templates into templates-old
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
Diffstat (limited to 'templates-old/part.navigation.explore.php')
-rw-r--r--templates-old/part.navigation.explore.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates-old/part.navigation.explore.php b/templates-old/part.navigation.explore.php
new file mode 100644
index 000000000..8575afb1c
--- /dev/null
+++ b/templates-old/part.navigation.explore.php
@@ -0,0 +1,5 @@
+<li ng-class="{active: Navigation.isExploreActive()}" class="explore-feed">
+ <a class="icon-link" ng-href="#/explore/?lang={{Navigation.getLanguageCode()}}">
+ <?php p($l->t('Explore')) ?>
+ </a>
+</li>