From f971f524826fd7c7dc30cc1377081687e88f9ffb Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 17 Sep 2014 11:01:47 +0200 Subject: [PATCH] remove messages link from notification tabs bar --- mod/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/notifications.php b/mod/notifications.php index 62db8c8f96..4a0b541891 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -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 = "";