app_menu.php 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "SessionCloud";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "SessionCloud";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "";
  14. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "";
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "";
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "";
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "";
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = "";
  22. $apps[$x]['menu'][$y]['uuid'] = "e98894cd-ec12-447b-812d-54163fc67ca9";
  23. $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  24. $apps[$x]['menu'][$y]['category'] = "internal";
  25. $apps[$x]['menu'][$y]['path'] = "/app/sessiontalk/index.php";
  26. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  27. $apps[$x]['menu'][$y]['groups'][] = "admin";
  28. $apps[$x]['menu'][$y]['groups'][] = "user";
  29. ?>