mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-21 13:42:48 +01:00
6 lines
212 B
PHP
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>
|