another fix to tabs in notifications

This commit is contained in:
Fabio Comuni 2011-10-17 17:14:10 +02:00
parent b22ab4e308
commit 5830682e0c
1 changed files with 0 additions and 3 deletions

View File

@ -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'
));
}