theme_node_list($items, $title = NULL)node/node.module, line 76
Format a listing of links to nodes.
<?php function theme_node_list($items, $title = NULL) { return theme('item_list', $items, $title); } ?>