app_menu.php 779 B

12345678910111213141516171819
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Device Logs';
  3. $apps[$x]['menu'][0]['title']['es-cl'] = '';
  4. $apps[$x]['menu'][0]['title']['fr-fr'] = '';
  5. $apps[$x]['menu'][0]['title']['fr-ca'] = '';
  6. $apps[$x]['menu'][0]['title']['pl'] = '';
  7. $apps[$x]['menu'][0]['title']['sv-se'] = '';
  8. $apps[$x]['menu'][0]['title']['uk'] = '';
  9. $apps[$x]['menu'][0]['title']['de-at'] = '';
  10. $apps[$x]['menu'][0]['uuid'] = 'b81d58ca-3e2a-4c2c-b876-dcae5edcb38b';
  11. $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
  12. $apps[$x]['menu'][0]['category'] = 'internal';
  13. $apps[$x]['menu'][0]['path'] = '/app/device_logs/device_logs.php';
  14. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  15. //$apps[$x]['menu'][0]['groups'][] = 'admin';
  16. //$apps[$x]['menu'][0]['groups'][] = 'user';
  17. ?>