more fixes
This commit is contained in:
parent
bcf4cb519a
commit
ec173e7eb2
@ -11,7 +11,7 @@ class Manage extends \Zotlabs\Web\Controller {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav_set_selected('Manage');
|
nav_set_selected('Channel Manager');
|
||||||
|
|
||||||
require_once('include/security.php');
|
require_once('include/security.php');
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ class Notifications {
|
|||||||
'type' => 'network',
|
'type' => 'network',
|
||||||
'icon' => 'th',
|
'icon' => 'th',
|
||||||
'severity' => 'secondary',
|
'severity' => 'secondary',
|
||||||
'label' => t('New Activity'),
|
'label' => t('New Network Activity'),
|
||||||
'title' => t('New Activity Notifications'),
|
'title' => t('New Network Activity Notifications'),
|
||||||
'viewall' => [
|
'viewall' => [
|
||||||
'url' => 'network',
|
'url' => 'network',
|
||||||
'label' => t('View your network activity')
|
'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