- Bugfix: don't show any links in case of a container. Patch by Bart.
parent
d6498bc700
commit
af35f24000
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue