This commit is contained in:
parent
619fad9e4b
commit
c64df44a58
|
@ -49,14 +49,6 @@ $pages = array(
|
||||||
'action' => 'plupload',
|
'action' => 'plupload',
|
||||||
'resource' => 'plupload'
|
'resource' => 'plupload'
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
|
||||||
'label' => 'Add User',
|
|
||||||
'module' => 'default',
|
|
||||||
'controller' => 'user',
|
|
||||||
'action' => 'add-user',
|
|
||||||
'resource' => 'user'
|
|
||||||
),
|
|
||||||
array(
|
array(
|
||||||
'label' => 'Configure',
|
'label' => 'Configure',
|
||||||
'uri' => 'javascript:void(null)',
|
'uri' => 'javascript:void(null)',
|
||||||
|
@ -67,10 +59,12 @@ $pages = array(
|
||||||
'controller' => 'Nowplaying'
|
'controller' => 'Nowplaying'
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'label' => 'Manage Users',
|
'label' => 'Manage Users',
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
'controller' => 'Nowplaying'
|
'controller' => 'user',
|
||||||
)
|
'action' => 'add-user',
|
||||||
|
'resource' => 'user'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue