Show links on group icons in forum posts

This commit is contained in:
moodler
2004-06-23 15:31:50 +00:00
parent 352ab98fa0
commit a4fbb0b2f1
+1 -1
View File
@@ -1398,7 +1398,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
echo "</font></p></td></tr>";
echo "<tr><td bgcolor=\"$THEME->cellcontent2\" valign=\"top\" class=\"forumpostside\" width=\"10\">";
if ($group = user_group($courseid, $post->userid)) {
print_group_picture($group, $courseid, false, false, false);
print_group_picture($group, $courseid, false, false, true);
} else {
echo "&nbsp;";
}