It just looks like he modified the template forumhome_forumbit_level2_post template from:
HTML Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
to:
HTML Code:
<h2 class="forumtitle">Title</h2>
And maybe also this:
HTML Code:
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
to this:
HTML Code:
<h4 class="subforumlistlabel">Title</h4>
It actually looks like he may have edited it a bit more, but that looks like the template he edited.