Topic: Bug in viewtopic.php with solve
File: viewtopic.php
Variable: $cur_topic[]
Desc: below the line "require PUN_ROOT.'header.php';" this variable loses its content (probably this name is used somewhere else).
Solve: change name of this variable (e.g. to $current_topic)