app_menu.php 479 B

12345678910111213
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "Help";
  3. $apps[$x]['menu'][0]['uuid'] = "00e51f5c-0fb0-11e7-93ae-92361f002671";
  4. $apps[$x]['menu'][0]['parent_uuid'] = "";
  5. $apps[$x]['menu'][0]['category'] = "external";
  6. $apps[$x]['menu'][0]['icon'] = "glyphicon-question-sign";
  7. $apps[$x]['menu'][0]['path'] = "http://docs.fusionpbx.com";
  8. $apps[$x]['menu'][0]['order'] = "100";
  9. $apps[$x]['menu'][0]['groups'][] = "admin";
  10. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  11. ?>