query($query)->fetchArray();
?>
=print_files($thread['id'], $thread['board'])?>
=print_post_head($thread)?>
=$thread['body']?>
query('SELECT * FROM posts WHERE thread = ' . $thread['id'] . ' AND board = \'' . $board . '\';');
while($p = $posts->fetchArray()):
?>
=print_post_head($p)?>
=print_files($p['id'], $p['board'])?>
=$p['body']?>