app_menu.php 929 B

12345678910111213141516171819202122
  1. <?php
  2. $y = 0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = 'Invoices';
  4. $apps[$x]['menu'][$y]['title']['es-mx'] = '';
  5. $apps[$x]['menu'][$y]['title']['de-de'] = '';
  6. $apps[$x]['menu'][$y]['title']['de-ch'] = '';
  7. $apps[$x]['menu'][$y]['title']['de-at'] = '';
  8. $apps[$x]['menu'][$y]['title']['fr-fr'] = '';
  9. $apps[$x]['menu'][$y]['title']['fr-ca'] = '';
  10. $apps[$x]['menu'][$y]['title']['fr-ch'] = '';
  11. $apps[$x]['menu'][$y]['title']['pt-pt'] = '';
  12. $apps[$x]['menu'][$y]['title']['pt-br'] = '';
  13. $apps[$x]['menu'][$y]['uuid'] = '6ebe753b-0f83-dc34-1c0b-51df2c6f0c3b';
  14. $apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
  15. $apps[$x]['menu'][$y]['category'] = 'internal';
  16. $apps[$x]['menu'][$y]['path'] = '/app/invoices/invoices.php';
  17. //$apps[$x]['menu'][$y]['groups'][] = 'user';
  18. //$apps[$x]['menu'][$y]['groups'][] = 'admin';
  19. $apps[$x]['menu'][$y]['groups'][] = 'superadmin';
  20. ?>