theme_node_list

Versions
4.6 – 6
theme_node_list($items, $title = NULL)
7
theme_node_list($variables)

Format a listing of links to nodes.

Code

modules/node/node.module, line 76

<?php
function theme_node_list($items, $title = NULL) {
  return theme('item_list', $items, $title);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.