fusionpbx/core/dashboard/app_menu.php

17 lines
694 B
PHP

<?php
//$apps[$x]['menu'][0]['title']['en-us'] = 'Dashboard';
//$apps[$x]['menu'][0]['title']['es-cl'] = '';
//$apps[$x]['menu'][0]['title']['fr-fr'] = '';
//$apps[$x]['menu'][0]['title']['fr-ca'] = '';
//$apps[$x]['menu'][0]['title']['pl'] = '';
//$apps[$x]['menu'][0]['title']['sv-se'] = '';
//$apps[$x]['menu'][0]['title']['uk'] = '';
//$apps[$x]['menu'][0]['title']['de-at'] = '';
//$apps[$x]['menu'][0]['uuid'] = '80e1d487-3091-40a1-aefd-ef8e39e79173';
//$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
//$apps[$x]['menu'][0]['category'] = 'internal';
//$apps[$x]['menu'][0]['path'] = '/app/dashboard/';
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
?>