more fixes
This commit is contained in:
parent
bcf4cb519a
commit
ec173e7eb2
@ -11,7 +11,7 @@ class Manage extends \Zotlabs\Web\Controller {
|
||||
return;
|
||||
}
|
||||
|
||||
nav_set_selected('Manage');
|
||||
nav_set_selected('Channel Manager');
|
||||
|
||||
require_once('include/security.php');
|
||||
|
||||
|
@ -16,8 +16,8 @@ class Notifications {
|
||||
'type' => 'network',
|
||||
'icon' => 'th',
|
||||
'severity' => 'secondary',
|
||||
'label' => t('New Activity'),
|
||||
'title' => t('New Activity Notifications'),
|
||||
'label' => t('New Network Activity'),
|
||||
'title' => t('New Network Activity Notifications'),
|
||||
'viewall' => [
|
||||
'url' => 'network',
|
||||
'label' => t('View your network activity')
|
||||
|
3
view/pdl/mod_sharedwithme.pdl
Normal file
3
view/pdl/mod_sharedwithme.pdl
Normal file
@ -0,0 +1,3 @@
|
||||
[region=right_aside]
|
||||
[widget=notifications][/widget]
|
||||
[/region]
|
Reference in New Issue
Block a user