Page showing child menu items?
loze - January 17, 2009 - 09:19
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!

There is a special menu item
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.
I use this module called
I use this module called "Submenu Tree", maybe it could suits your need too.
zoo
I've just made this
I've just made this http://drupal.org/project/views_menu_nodes as I wanted something views-based for this.