You would need to add it to your global.php file and do something like this. or whatever file you want it to display in.
if($cstyle >= 3)
{
$csty = '<tr><td width="250px" valign="top">
<strong><font color="#000080"><u>$forum[name]</u></font></strong>
'.$forums.'
</td></tr>';
}
else
{
$csty = '<td width="250px" valign="top">
<strong><font color="#000080"><u>$forum[name]</u></font></strong>'.
$forums.'
</td>';
}
And add $csty to your template.