forum_enable == 'yes'){ ?>

guid, 4, 0, "desc", false); if($forum){ foreach($forum as $f){ $count_annotations = $f->countAnnotations("group_topic_post"); echo "
"; echo "
" . elgg_view('profile/icon',array('entity' => $f->getOwnerEntity(), 'size' => 'tiny', 'override' => true)) . "
"; echo "

guid}&group_guid={$vars['entity']->guid}\">" . $f->title . "

".elgg_echo('groups:posts').": " . $count_annotations . "

"; echo "
"; } } else { echo "
"; echo elgg_echo("grouptopic:notcreated"); echo "
"; } ?>