--- lightbox2.module 2007-05-07 11:57:17.000000000 +0100 +++ /home/stella/src/drupal.org/contributions/modules/lightbox2/lightbox2.module 2007-05-04 13:47:36.000000000 +0100 @@ -316,10 +316,9 @@ $rel = "lightbox[cck_image_nodes]"; } $node_link = l(t('View Image Information'), 'node/'. $item['nid']); - $node = node_load($item['nid']); $link_attributes = array( "rel" => $rel, - "title" => $item["alt"] ."

". $node_link. "
". check_markup($node->body, $node->format, FALSE)); + "title" => $item["alt"] ."

". $node_link); $image = theme('imagecache', $namespace, $item['filepath'], $item['alt'], $item['title'], $attributes); $output = l($image, $item['filepath'], $link_attributes, NULL, NULL, FALSE, TRUE);