2
0

app_menu.php 829 B

12345678910111213141516171819
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'PHP Service';
  3. $apps[$x]['menu'][0]['title']['es-mx'] = '';
  4. $apps[$x]['menu'][0]['title']['de-de'] = '';
  5. $apps[$x]['menu'][0]['title']['de-ch'] = '';
  6. $apps[$x]['menu'][0]['title']['de-at'] = '';
  7. $apps[$x]['menu'][0]['title']['fr-fr'] = '';
  8. $apps[$x]['menu'][0]['title']['fr-ca'] = '';
  9. $apps[$x]['menu'][0]['title']['fr-ch'] = '';
  10. $apps[$x]['menu'][0]['title']['pt-pt'] = 'Serviço PHP';
  11. $apps[$x]['menu'][0]['title']['pt-br'] = '';
  12. $apps[$x]['menu'][0]['uuid'] = 'a8196e2f-5f60-e723-aa3e-83ed76b2ef09';
  13. $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
  14. $apps[$x]['menu'][0]['category'] = 'internal';
  15. $apps[$x]['menu'][0]['path'] = '/app/php_service/v_php_service.php';
  16. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  17. ?>