aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/notifications.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php
index 6c3e67cb4..9761a944d 100644
--- a/mod/notifications.php
+++ b/mod/notifications.php
@@ -93,7 +93,7 @@ function notifications_content(&$a) {
-
+
if( (($a->argc > 1) && ($a->argv[1] == 'intros')) || (($a->argc == 1))) {
nav_set_selected('introductions');
if(($a->argc > 2) && ($a->argv[2] == 'all'))
@@ -206,6 +206,7 @@ function notifications_content(&$a) {
return $o;
} else if (($a->argc > 1) && ($a->argv[1] == 'network')) {
+
$notif_tpl = get_markup_template('notifications.tpl');
$r = q("SELECT `item`.`id`,`item`.`parent`, `item`.`verb`, `item`.`author-name`,