diff options
Diffstat (limited to 'view/notifications.tpl')
-rw-r--r-- | view/notifications.tpl | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/view/notifications.tpl b/view/notifications.tpl index 24f78f37e..d737a7507 100644 --- a/view/notifications.tpl +++ b/view/notifications.tpl @@ -1,14 +1,5 @@ - -<h1>Notifications</h1> - -<p id="notification-listing-desc"> - <a href="/notifications/network" class="button tabs {{if $activetab==network}}active{{endif}}">Network</a> - <a href="/notifications/home" class="button tabs {{if $activetab==home}}active{{endif}}">Home</a> - <a href="/notifications/intros" class="button tabs {{if $activetab==intros}}active{{endif}}">Introductions</a> - <a href="/message" class="button tabs">Messages</a> -</p> -<div class="notification-listing-end"></div> - +<h1>$notif_header</h1> +$tabs <div class="notif-network-wrapper"> $notif_content </div> |