Outputting thread subject in header/title (issue #122)

This commit is contained in:
Michael Foster 2013-07-16 02:48:20 -04:00
parent 7302fc57a8
commit 29b10c88db
4 changed files with 8 additions and 4 deletions

View file

@ -1537,8 +1537,9 @@ function buildThread($id, $return=false, $mod=false) {
error($config['error']['nonexistant']);
$body = Element('thread.html', array(
'board'=>$board,
'body'=>$thread->build(),
'board' => $board,
'thread' => $thread,
'body' => $thread->build(),
'config' => $config,
'id' => $id,
'mod' => $mod,