From b548c7fa2874276adb97e77fc76e8cc4336ff1d8 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 7 Aug 2008 17:02:25 +0000 Subject: Wired up group member count and fixed topic page title git-svn-id: https://code.elgg.org/elgg/trunk@1774 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/topicposts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/topicposts.php') diff --git a/mod/groups/topicposts.php b/mod/groups/topicposts.php index c68c9a48e..34886f3fe 100644 --- a/mod/groups/topicposts.php +++ b/mod/groups/topicposts.php @@ -25,6 +25,6 @@ $body = elgg_view_layout("two_column_left_sidebar", $area1, $area2); // Display page - page_draw(sprintf(elgg_echo('topics:user')),$body); + page_draw($topic->title,$body); ?> \ No newline at end of file -- cgit v1.2.3