app_menu.php 786 B

12345678910111213141516171819
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Sign Up';
  3. $apps[$x]['menu'][0]['title']['es-mx'] = 'Inscribirse';
  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'] = 'Iniciar';
  11. $apps[$x]['menu'][0]['title']['pt-br'] = '';
  12. $apps[$x]['menu'][0]['uuid'] = 'a8f49f02-9bfb-65ff-4cd3-85dc3354e4c1';
  13. $apps[$x]['menu'][0]['parent_uuid'] = '';
  14. $apps[$x]['menu'][0]['category'] = 'internal';
  15. $apps[$x]['menu'][0]['path'] = '/app/users/usersupdate.php';
  16. $apps[$x]['menu'][0]['groups'][] = 'disabled';
  17. ?>