theme_forum_display() currently calls theme_page() and prints it. And then forum_page() prints the null output of that function.

Rwally, theme_forum_display() has no business calling theme_page(). Lets have it return the output and then forum_page() can put it in a page.

CommentFileSizeAuthor
forum.module_0.patch852 bytesdrumm

Comments

dries’s picture

Committed to HEAD.

Anonymous’s picture