remove messages link from notification tabs bar
This commit is contained in:
parent
fbe664cc44
commit
f971f52482
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue