Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
martin authored and martin committed Jan 27, 2011
1 parent 2a27bbd commit d94bb98
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions application/configs/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@
'action' => 'plupload',
'resource' => 'plupload'
),

array(
'label' => 'Add User',
'module' => 'default',
'controller' => 'user',
'action' => 'add-user',
'resource' => 'user'
),
array(
'label' => 'Configure',
'uri' => 'javascript:void(null)',
Expand All @@ -67,10 +59,12 @@
'controller' => 'Nowplaying'
),
array(
'label' => 'Manage Users',
'module' => 'default',
'controller' => 'Nowplaying'
)
'label' => 'Manage Users',
'module' => 'default',
'controller' => 'user',
'action' => 'add-user',
'resource' => 'user'
)
)
)
/*
Expand Down

0 comments on commit d94bb98

Please sign in to comment.