From 6e1dfe1dbe8c70a04234df5eadbdf9b79b612139 Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Fri, 5 Jan 2007 18:30:05 +0000 Subject: Restored original behaviour of node links of 4.7 --- plugins/video_image/video_image.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/video_image/video_image.module b/plugins/video_image/video_image.module index a85455d..9b8c0da 100644 --- a/plugins/video_image/video_image.module +++ b/plugins/video_image/video_image.module @@ -174,7 +174,7 @@ function theme_video_image_teaser($node) { $image = theme('image', $node->serial_data['image_teaser'], $node->title, $node->title, array('class' => 'video_image_teaser'), FALSE); } $output .= l($image, "node/$node->nid", array(), NULL, NULL, FALSE, TRUE); //Create a link with an image in it. - $output .= $node->teaser . '
'; + $output .= '
'; return $output; } -- cgit v1.2.3