How can I make a page that shows only the menu items children? like admin/build and other admin pages do.
When adding a new menu item through the administration, you must provide a valid path. How can i register these paths to show a menu index?

thanks!

Comments

aaron1234nz’s picture

There is a special menu item (defined in code) to make the admin pages show up as they do. Another option is to look at a module such as http://drupal.org/project/menu_block_split which will give you similar functionality.

zoo’s picture

I use this module called "Submenu Tree", maybe it could suits your need too.

zoo

joachim’s picture

I've just made this http://drupal.org/project/views_menu_nodes as I wanted something views-based for this.