]> git.mxchange.org Git - friendica.git/commitdiff
remove messages link from notification tabs bar
authorFabrixxm <fabrix.xm@gmail.com>
Wed, 17 Sep 2014 09:01:47 +0000 (11:01 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Wed, 17 Sep 2014 09:01:47 +0000 (11:01 +0200)
mod/notifications.php

index 62db8c8f96d2c0c91c7a3424a8e0eccd5002c797..4a0b541891d49af2715807a57748a7c029668050 100644 (file)
@@ -99,11 +99,11 @@ function notifications_content(&$a) {
                        'url' => $a->get_baseurl(true) . '/notifications/intros',
                        'sel'=> (($a->argv[1] == 'intros') ? 'active' : ''),
                ),
-               array(
+               /*array(
                        'label' => t('Messages'),
                        'url' => $a->get_baseurl(true) . '/message',
                        'sel'=> '',
-               ),
+               ),*/ /*while I can have notifications for messages, this tablist is not place for message page link */
        );
 
        $o = "";