Changes related to new forum type: eachuser and some general forum-related tweaking

This commit is contained in:
martin
2002-06-25 06:47:34 +00:00
parent de8c1874c1
commit e07635f4d0
9 changed files with 69 additions and 15 deletions
+1 -1
View File
@@ -193,7 +193,7 @@
print_simple_box("Latest News", $align="CENTER", $width="100%", $color="$THEME->cellheading");
print_simple_box_start("CENTER", "100%", "#FFFFFF", 3, 0);
echo "<FONT SIZE=1>";
forum_latest_topics($news->id, 5, "minimal", "DESC", false);
print_forum_latest_topics($news->id, 5, "minimal", "DESC", false);
echo "</FONT>";
print_simple_box_end();
}