app_menu.php 848 B

123456789101112131415161718192021
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "BDR Management";
  3. $apps[$x]['menu'][0]['title']['es-cl'] = "";
  4. $apps[$x]['menu'][0]['title']['fr-fr'] = "";
  5. $apps[$x]['menu'][0]['title']['pt-pt'] = "";
  6. $apps[$x]['menu'][0]['title']['pt-br'] = "";
  7. $apps[$x]['menu'][0]['title']['pl'] = "";
  8. $apps[$x]['menu'][0]['title']['sv-se'] = "";
  9. $apps[$x]['menu'][0]['title']['uk'] = "";
  10. $apps[$x]['menu'][0]['title']['ro'] = "";
  11. $apps[$x]['menu'][0]['title']['de-at'] = "";
  12. $apps[$x]['menu'][0]['title']['ar-eg'] = "";
  13. $apps[$x]['menu'][0]['title']['he'] = "";
  14. $apps[$x]['menu'][0]['uuid'] = "7ed61deb-14dd-49f6-940d-6cf2023f8481";
  15. $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  16. $apps[$x]['menu'][0]['category'] = "internal";
  17. $apps[$x]['menu'][0]['path'] = "/app/bdr/bdr.php";
  18. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  19. ?>