Hi there,
I really like site map but I have a question. Is there some way we could get site map to make a block too? I would like to have a block of the menu links site map generates that I can use on my site as a footer like Apple does here: http://www.apple.com/iwork/

Thanks for any feed back.
Becky

Comments

robbertnl’s picture

Same question here..

darumaki’s picture

Great idea

hass’s picture

Marked #291814: Output in block as a duplicate.

petersmeekens’s picture

For this kind of footer-sitemaps, I tend to use the Menu Block module: http://drupal.org/project/menu_block
Works like a charm..

hass’s picture

Status: Active » Closed (duplicate)
truyenle’s picture

#4 work for me too. But if site map can have this feature would be great.

A work around is to use this code

print site_map_page(); 

or using the following if you only use menu links for site map and doesn't want the page title to be overridden by Site map module.

_site_map_menus()

in the block and place it wherever you want. Credit to vorvor http://drupal.org/node/623170#comment-3581366