Welcome to mirror list, hosted at ThFree Co, Russian Federation.

part.navigation.explore.php « templates - github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8575afb1c59a88df4fd469c90756d099f966cd82 (plain)
1
2
3
4
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>