]> git.mxchange.org Git - friendica.git/blob - view/notifications.tpl
Merge pull request #26 from fabrixxm/master
[friendica.git] / view / notifications.tpl
1
2 <h1>Notifications</h1>
3
4 <p id="notification-listing-desc">
5         <a href="/notifications/network" class="button tabs {{if $activetab==network}}active{{endif}}">Network</a>
6         <a href="/notifications/home" class="button tabs {{if $activetab==home}}active{{endif}}">Home</a>
7         <a href="/notifications/intros" class="button tabs {{if $activetab==intros}}active{{endif}}">Introductions</a>
8         <a href="/message" class="button tabs">Messages</a>
9 </p>
10 <div class="notification-listing-end"></div>
11
12 <div class="notif-network-wrapper">
13         $notif_content
14 </div>