]> git.mxchange.org Git - friendica.git/commitdiff
another fix to tabs in notifications
authorFabio Comuni <fabrix.xm@gmail.com>
Mon, 17 Oct 2011 15:14:10 +0000 (17:14 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Mon, 17 Oct 2011 15:14:10 +0000 (17:14 +0200)
mod/notifications.php

index 3182a790c6f93bb2104deda92c40cb711751d89a..3fee2b140acfac3e5e7c985869885e0f595a4c11 100644 (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'
                ));
        }