summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.explore.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 15:54:32 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 15:54:32 +0100
commit676b8dd18742875ae07827792ed88d2b5bb3afb7 (patch)
treecd4368012b40ff6fa28cefb85e7ab49c729041ca /templates/part.navigation.explore.php
parent62b6bd485009b5dbb85b50e634ea94aa177d8d42 (diff)
first stab at recommended sites
Diffstat (limited to 'templates/part.navigation.explore.php')
-rw-r--r--templates/part.navigation.explore.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/part.navigation.explore.php b/templates/part.navigation.explore.php
new file mode 100644
index 000000000..92621ba46
--- /dev/null
+++ b/templates/part.navigation.explore.php
@@ -0,0 +1,5 @@
+<li ng-class="{active: Navigation.isExploreActive()}">
+ <a class="icon-link" ng-href="#/explore/">
+ <?php p($l->t('Explore')) ?>
+ </a>
+</li> \ No newline at end of file