more fixes

This commit is contained in:
Mario Vavti 2017-10-08 22:47:43 +02:00
parent bcf4cb519a
commit ec173e7eb2
3 changed files with 6 additions and 3 deletions

View File

@ -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');

View File

@ -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')

View File

@ -0,0 +1,3 @@
[region=right_aside]
[widget=notifications][/widget]
[/region]