- Patch #104882 by dww: fixing forum topic teasers.

5.x
Dries Buytaert 2006-12-23 19:30:46 +00:00
parent 2076e518a9
commit fdef98345a
1 changed files with 6 additions and 4 deletions

View File

@ -308,10 +308,12 @@ function forum_view(&$node, $teaser = FALSE, $page = FALSE) {
}
$node = node_prepare($node, $teaser);
if (!$teaser) {
$node->content['forum_navigation'] = array(
'#value' => theme('forum_topic_navigation', $node),
'#weight' => 100,
);
}
return $node;
}