I have a side admin navigation and when i go to a link that is a plug-in
(site/admin/bookings => plug-in) when i am at the booking page the admin
side nav all the links have site/admin/bookings/controller
 
So they should be 
admin/home
admin/bookings
admin/users
 
but they all have (bookings infront of the controller)
 
admin/bookings/home
admin/bookings/users
admin/bookings/groups
 
 
VIEW:
 
<li><?php echo $html->link('Bookings Manager', array('admin' => true,
'plugin' => 'bookings', 'controller' => 'bookings', 'action' =>
'index'));?></li>
 
<li><?php echo $html->link('User Management', array('admin' => true,
'controller' => 'users', 'action' => 'index'));?></li>
 
<li><?php echo $html->link('Group Management', array('admin' => true,
'controller' => 'groups', 'action' => 'index'));?></li>
 
Any ideas where I went wrong?
 
Thanks
Dave

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to