- Bugfix: don't show any links in case of a container. Patch by Bart.

4.3.x
Dries Buytaert 2003-12-09 18:57:48 +00:00
parent d6498bc700
commit af35f24000
1 changed files with 2 additions and 0 deletions

View File

@ -510,6 +510,8 @@ function forum_theme_list($forums, $parents, $tid) {
$forum->num_topics = "";
$forum->num_posts = "";
$forum->last_post = "";
$new_topics = 0;
$links = array();
}
else {
if ($user->uid) {