From f1b781b402fe8b0d4ce6044c97bb687fd017111e Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 28 Jun 2010 11:04:02 +0000 Subject: Updated the layout of a topic post within group discussions git-svn-id: http://code.elgg.org/elgg/trunk@6575 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/forum/maintopic.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mod/groups/views/default/forum') diff --git a/mod/groups/views/default/forum/maintopic.php b/mod/groups/views/default/forum/maintopic.php index 7f8bb0b0b..ecb7286e8 100644 --- a/mod/groups/views/default/forum/maintopic.php +++ b/mod/groups/views/default/forum/maintopic.php @@ -39,7 +39,7 @@ } - echo "

" . $post_owner->name . "

"; + echo "

" . $post_owner->name . "

"; } else { echo "
"; echo "

" . elgg_echo('profile:deleteduser') . "

"; @@ -47,11 +47,13 @@ //display the date of the comment echo "

" . friendly_time($vars['entity']->time_created) . "

"; + echo "
"; // close entity_listing_info + echo ""; // close entity_listing.topic //display the actual message posted - echo "
"; + echo "
"; echo parse_urls(elgg_view("output/longtext",array("value" => $vars['entity']->description))); - echo "
"; // close entity_listing_info + echo ""; ?> - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3