From: Fabio Comuni Date: Mon, 17 Oct 2011 15:14:10 +0000 (+0200) Subject: another fix to tabs in notifications X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5830682e0cbe02d1b08042c31e893fbe4c6d7366;p=friendica.git another fix to tabs in notifications --- diff --git a/mod/notifications.php b/mod/notifications.php index 3182a790c6..3fee2b140a 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' )); }