Return to Snippet

Revision: 7271
at July 16, 2008 12:22 by zachharkey


Initial Code
  foreach ($nodes as $n) {
    $node = node_load($n->nid);
    $output .= node_view($node, $teasers, false, $links);
  } 

Initial URL


Initial Description


Initial Title
Display a list of themed $nodes

Initial Tags
php, textmate, drupal

Initial Language
PHP