Move the menu array to app_menu.php

This commit is contained in:
Mark Crane
2014-12-26 03:27:54 +00:00
parent bbf2a3badc
commit 9369fd8d0d
127 changed files with 1607 additions and 1486 deletions

View File

@@ -1,4 +1,5 @@
<?php
//application details
//$apps[$x]['name'] = "Provision";
//$apps[$x]['uuid'] = "abf28ead-92ef-3de6-ebbb-023fbc2b6dd3";
@@ -10,18 +11,9 @@
//$apps[$x]['description']['en-us'] = "Writes the provisioning files from templates.";
//$apps[$x]['description']['fr-fr'] = "Ecrit les fichiers de provisioning à partir des modèles.";
//menu details
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
//$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";
//permission details
//$apps[$x]['permissions'][0]['name'] = "zzz";
//$apps[$x]['permissions'][0]['groups'][] = "admin";
//$apps[$x]['permissions'][0]['groups'][] = "superadmin";
?>
?>