diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 17:01:14 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 17:01:14 +0200 |
commit | 906addf865ccab2c98d5035fc6c1b10d43004dfe (patch) | |
tree | a10e85eb47e77942110b30f2c9ad76f16c66da87 /view/notifications.tpl | |
parent | e9eb15373faf2d01f5dde7b0db4ee4152e83d338 (diff) | |
download | volse-hubzilla-906addf865ccab2c98d5035fc6c1b10d43004dfe.tar.gz volse-hubzilla-906addf865ccab2c98d5035fc6c1b10d43004dfe.tar.bz2 volse-hubzilla-906addf865ccab2c98d5035fc6c1b10d43004dfe.zip |
common_tabs in notifications.php
Diffstat (limited to 'view/notifications.tpl')
-rw-r--r-- | view/notifications.tpl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/view/notifications.tpl b/view/notifications.tpl index 24f78f37e..487f8b480 100644 --- a/view/notifications.tpl +++ b/view/notifications.tpl @@ -1,13 +1,7 @@ <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> +{{ inc common_tabs.tpl }}{{ endinc }} <div class="notif-network-wrapper"> $notif_content |