conference menu for users
This commit is contained in:
parent
abb7e561cc
commit
c4eae5ea12
|
|
@ -17,5 +17,6 @@
|
||||||
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php";
|
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||||
|
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue