conference menu for users

This commit is contained in:
luis daniel lucio quiroz 2015-02-13 20:29:08 +00:00
parent abb7e561cc
commit c4eae5ea12
1 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
?>
?>