diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-10-17 08:20:26 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-10-17 08:20:26 -0700 |
commit | 399f630b1041be1bd5581ecabb9f79d153a69190 (patch) | |
tree | 389af21598b6a9ea5adcfe08cab5f147da81ef3b /view/notifications.tpl | |
parent | 1df892ebbce59ac6293eacbe065ebc71826b4d85 (diff) | |
parent | 5830682e0cbe02d1b08042c31e893fbe4c6d7366 (diff) | |
download | volse-hubzilla-399f630b1041be1bd5581ecabb9f79d153a69190.tar.gz volse-hubzilla-399f630b1041be1bd5581ecabb9f79d153a69190.tar.bz2 volse-hubzilla-399f630b1041be1bd5581ecabb9f79d153a69190.zip |
Merge pull request #30 from fabrixxm/master
some fix and and some other works
Diffstat (limited to 'view/notifications.tpl')
-rw-r--r-- | view/notifications.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/notifications.tpl b/view/notifications.tpl index d737a7507..487f8b480 100644 --- a/view/notifications.tpl +++ b/view/notifications.tpl @@ -1,5 +1,8 @@ -<h1>$notif_header</h1> -$tabs + +<h1>Notifications</h1> + +{{ inc common_tabs.tpl }}{{ endinc }} + <div class="notif-network-wrapper"> $notif_content </div> |