summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.explore.php
blob: d2c8749f9819cc7243935c330c5c5606f7b60a29 (plain)
1
2
3
4
5
<li ng-class="{active: Navigation.isExploreActive()}">
    <a class="icon-link" ng-href="#/explore/" class="explore-feed">
       <?php p($l->t('Explore')) ?>
    </a>
</li>