app_menu.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en'] = 'Ticket Tracker';
  3. $apps[$x]['menu'][0]['uuid'] = '77048e9f-b946-ad35-5d6b-7838dd9ea81e';
  4. $apps[$x]['menu'][0]['parent_uuid'] = '';
  5. $apps[$x]['menu'][0]['category'] = 'internal';
  6. $apps[$x]['menu'][0]['path'] = '/app/tickets/v_tickets.php';
  7. //$apps[$x]['menu'][0]['groups'][] = 'user';
  8. //$apps[$x]['menu'][0]['groups'][] = 'admin';
  9. //$apps[$x]['menu'][0]['groups'][] = 'superadmin';
  10. $apps[$x]['menu'][1]['title']['en'] = 'My Tickets';
  11. $apps[$x]['menu'][1]['uuid'] = '5bfa588d-5880-5a9d-206e-c876403d9161';
  12. $apps[$x]['menu'][1]['parent_uuid'] = '77048e9f-b946-ad35-5d6b-7838dd9ea81e';
  13. $apps[$x]['menu'][1]['category'] = 'internal';
  14. $apps[$x]['menu'][1]['path'] = '/app/tickets/v_tickets.php';
  15. $apps[$x]['menu'][1]['groups'][] = 'user';
  16. $apps[$x]['menu'][1]['groups'][] = 'admin';
  17. $apps[$x]['menu'][1]['groups'][] = 'superadmin';
  18. $apps[$x]['menu'][2]['title']['en'] = 'Create Ticket';
  19. $apps[$x]['menu'][2]['uuid'] = '87a8f1e7-cf47-29db-8a5f-46318e119d67';
  20. $apps[$x]['menu'][2]['parent_uuid'] = '77048e9f-b946-ad35-5d6b-7838dd9ea81e';
  21. $apps[$x]['menu'][2]['category'] = 'internal';
  22. $apps[$x]['menu'][2]['path'] = '/app/tickets/v_ticket_create.php';
  23. $apps[$x]['menu'][2]['groups'][] = 'user';
  24. $apps[$x]['menu'][2]['groups'][] = 'admin';
  25. $apps[$x]['menu'][2]['groups'][] = 'superadmin';
  26. $apps[$x]['menu'][3]['title']['en'] = 'Ticket System Manager';
  27. $apps[$x]['menu'][3]['uuid'] = 'a4f3b307-bd62-1d04-e3ad-43da091fa2f8';
  28. $apps[$x]['menu'][3]['parent_uuid'] = '77048e9f-b946-ad35-5d6b-7838dd9ea81e';
  29. $apps[$x]['menu'][3]['category'] = 'internal';
  30. $apps[$x]['menu'][3]['path'] = '/app/tickets/v_manager.php';
  31. $apps[$x]['menu'][3]['groups'][] = 'admin';
  32. $apps[$x]['menu'][3]['groups'][] = 'superadmin';
  33. ?>