1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-07-26 22:28:50 +02:00
Nextcloud-News/templates/part.navigation.explore.php
2016-01-23 17:08:45 +01:00

6 lines
212 B
PHP

<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>