]> git.mxchange.org Git - friendica.git/blob - view/notifications.tpl
8656ea9d10763a2b60785d417fed1e1ab0b3dff7
[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
11 <div class="notif-network-wrapper">
12         $notif_content
13 </div>