-
Notifications
You must be signed in to change notification settings - Fork 72
/
app_menu.php
29 lines (29 loc) · 1.47 KB
/
app_menu.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['en-gb'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['de-at'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['de-de'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['es-cl'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['es-mx'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['he-il'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['it-it'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['pt-br'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['sv-se'] = "SaraPhone";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "SaraPhone";
$apps[$x]['menu'][$y]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b27caca";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/saraphone/saraphone.php?clicklogin=yes";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>