diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 17:14:10 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 17:14:10 +0200 |
commit | 5830682e0cbe02d1b08042c31e893fbe4c6d7366 (patch) | |
tree | 389af21598b6a9ea5adcfe08cab5f147da81ef3b /mod/notifications.php | |
parent | b22ab4e308b767b38a236801f28e227f97b592c9 (diff) | |
download | volse-hubzilla-5830682e0cbe02d1b08042c31e893fbe4c6d7366.tar.gz volse-hubzilla-5830682e0cbe02d1b08042c31e893fbe4c6d7366.tar.bz2 volse-hubzilla-5830682e0cbe02d1b08042c31e893fbe4c6d7366.zip |
another fix to tabs in notifications
Diffstat (limited to 'mod/notifications.php')
-rw-r--r-- | mod/notifications.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index 3182a790c..3fee2b140 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -197,7 +197,6 @@ function notifications_content(&$a) { '$notif_header' => t('Notifications'), '$tabs' => $tabs, '$notif_content' => $notif_content, - '$activetab' => 'intros' )); $o .= paginate($a); @@ -284,7 +283,6 @@ function notifications_content(&$a) { '$notif_header' => t('Notifications'), '$tabs' => $tabs, '$notif_content' => $notif_content, - '$activetab' => 'network' )); } else if (($a->argc > 1) && ($a->argv[1] == 'home')) { @@ -361,7 +359,6 @@ function notifications_content(&$a) { '$notif_header' => t('Notifications'), '$tabs' => $tabs, '$notif_content' => $notif_content, - '$activetab' => 'home' )); } |