Files
fusionpbx/app/provision/app_menu.php
T

16 lines
589 B
PHP
Raw Normal View History

2016-04-25 20:30:23 -05:00
<?php
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
2017-04-25 03:37:00 +05:00
//$apps[$x]['menu'][0]['title']['ru-ru'] = "Обеспечение";
//$apps[$x]['menu'][0]['title']['de-de'] = "Bereitstellung";
//$apps[$x]['menu'][0]['title']['de-at'] = "Bereitstellung";
2016-04-25 20:30:23 -05:00
//$apps[$x]['menu'][0]['uuid'] = "";
//$apps[$x]['menu'][0]['parent_uuid'] = "";
//$apps[$x]['menu'][0]['category'] = "internal";
//$apps[$x]['menu'][0]['path'] = "";
//$apps[$x]['menu'][0]['groups'][] = "admin";
//$apps[$x]['menu'][0]['groups'][] = "superadmin";
2017-04-25 03:37:00 +05:00
?>