theme_node_list($items, $title = NULL)
Format a listing of links to nodes.
modules/node/node.module, line 228
<?php function theme_node_list($items, $title = NULL) { return theme('item_list', $items, $title); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen