Update app_menu.php
This commit is contained in:
@@ -25,9 +25,10 @@
|
|||||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-send";
|
$apps[$x]['menu'][$y]['icon'] = "glyphicon-send";
|
||||||
$apps[$x]['menu'][$y]['path'] = "";
|
$apps[$x]['menu'][$y]['path'] = "";
|
||||||
$apps[$x]['menu'][$y]['order'] = "20";
|
$apps[$x]['menu'][$y]['order'] = "20";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||||
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||||
|
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||||
|
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||||
$y++;
|
$y++;
|
||||||
$apps[$x]['menu'][$y]['title']['en-us'] = "App Manager";
|
$apps[$x]['menu'][$y]['title']['en-us'] = "App Manager";
|
||||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||||
@@ -52,4 +53,4 @@
|
|||||||
$apps[$x]['menu'][$y]['path'] = "/core/apps/apps.php";
|
$apps[$x]['menu'][$y]['path'] = "/core/apps/apps.php";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user