Sorry, only just read it.
Hold on, I'll give you the code.
Make this the main thread:
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">SOME TITLE</td>
</tr>
<tr>
$BIT_VARIABLE
</tr>
</table>
$footer
</body>
</html>
Now, create this as bit template:
HTML Code:
<td class="alt1"><a href="showthread.php?t$id">$title</a>
</td>