123456789101112131415161718192021222324252627282930 |
- <?php
- $y=0;
- $apps[$x]['menu'][$y]['title']['en-us'] = "SessionCloud";
- $apps[$x]['menu'][$y]['title']['en-gb'] = "SessionCloud";
- $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
- $apps[$x]['menu'][$y]['title']['de-at'] = "";
- $apps[$x]['menu'][$y]['title']['de-de'] = "";
- $apps[$x]['menu'][$y]['title']['es-cl'] = "";
- $apps[$x]['menu'][$y]['title']['es-mx'] = "";
- $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
- $apps[$x]['menu'][$y]['title']['fr-fr'] = "";
- $apps[$x]['menu'][$y]['title']['he-il'] = "";
- $apps[$x]['menu'][$y]['title']['it-it'] = "";
- $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
- $apps[$x]['menu'][$y]['title']['pl-pl'] = "";
- $apps[$x]['menu'][$y]['title']['pt-br'] = "";
- $apps[$x]['menu'][$y]['title']['pt-pt'] = "";
- $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
- $apps[$x]['menu'][$y]['title']['ru-ru'] = "";
- $apps[$x]['menu'][$y]['title']['sv-se'] = "";
- $apps[$x]['menu'][$y]['title']['uk-ua'] = "";
- $apps[$x]['menu'][$y]['uuid'] = "e98894cd-ec12-447b-812d-54163fc67ca9";
- $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
- $apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['path'] = "/app/sessiontalk/index.php";
- $apps[$x]['menu'][$y]['groups'][] = "superadmin";
- $apps[$x]['menu'][$y]['groups'][] = "admin";
- $apps[$x]['menu'][$y]['groups'][] = "user";
- ?>
|