remove messages link from notification tabs bar

This commit is contained in:
Fabrixxm 2014-09-17 11:01:47 +02:00
parent fbe664cc44
commit f971f52482
1 changed files with 2 additions and 2 deletions

View File

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