This commit is contained in:
martin 2011-01-27 15:24:49 -05:00
parent 619fad9e4b
commit c64df44a58
1 changed files with 6 additions and 12 deletions

View File

@ -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'
)
) )
) )
/* /*