mirror of
https://github.com/friendica/friendica
synced 2024-11-20 07:03:41 +00:00
another fix to tabs in notifications
This commit is contained in:
parent
b22ab4e308
commit
5830682e0c
1 changed files with 0 additions and 3 deletions
|
@ -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'
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue