aboutsummaryrefslogtreecommitdiffstats
path: root/view/notifications.tpl
blob: 24f78f37efe18d37f36142d3904e4a7b9fd68a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>

<div class="notif-network-wrapper">
	$notif_content
</div>