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