sorry my bad. I think it requires hacking. Anyway here you go:
1- Edit your showthread.php and find:
-- cut --
$threadid = intval($threadid);
$thread = verifyid("thread",$threadid,1,1);
-- cut --
After that add:
-- cut --
$logtitle=$thread['title'];
-- cut --
2- Edit template "showthread", find:
-- cut --
<!-- breadcrumb, nav links -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>$navbar</td>
$ratingdisplay
</tr>
</table>
-- cut--
After that add:
-- cut--
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td><h2><div align="center">$logtitle</div><h2></td>
</tr></table>
-- cut ---
(Alternative: replace "$navbar" with "$logtitle")
That's it.. Enjoy..