app_menu.php 912 B

12345678910111213141516171819202122
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "Domain Counts";
  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'] = "8db32ec2-85dc-4782-a7b1-d0caf8a4e44e";
  15. $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  16. $apps[$x]['menu'][0]['category'] = "internal";
  17. $apps[$x]['menu'][0]['path'] = "/app/domain_counts/domain_counts.php";
  18. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  19. $apps[$x]['menu'][0]['groups'][] = "admin";
  20. ?>