From 2aaf2d80f1cbc2a6ad4a1b4b5ef97c3494d6a0bd Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 8 Feb 2011 12:23:04 +0000 Subject: updated search plugin for new html/css git-svn-id: http://code.elgg.org/elgg/trunk@8075 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/search/views/default/search/comments/entity.php | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'mod/search/views/default/search/comments/entity.php') diff --git a/mod/search/views/default/search/comments/entity.php b/mod/search/views/default/search/comments/entity.php index eddb36547..005bb270c 100644 --- a/mod/search/views/default/search/comments/entity.php +++ b/mod/search/views/default/search/comments/entity.php @@ -1,6 +1,6 @@ getVolatileData('search_matched_comment'); $tc = $entity->getVolatileData('search_matched_comment_time_created');; $time = elgg_view_friendly_time($tc); -echo <<<___END -
-
$icon
-
-

$title

$description -

$time

-
-
-___END; - -?> \ No newline at end of file +$body = "

$title

$description"; +$body .= "

$time

"; + +echo elgg_view_image_block($icon, $body); -- cgit v1.2.3