I looked at the source and found this:
Code:
<td class="tcat"><h4>Welcome to Radar Facts.</h4></td>
The only problem is we didn't add that, and when I search for <h4> in the templates it comes up with nothing. I also looked at the phrase
welcome_to_the_x but h4 is not there either
Also found another h4 here:
Code:
<td class="tcat" width="100%"><h4>Threads in Forum<span class="normal"> : Main Forum</span></h4></td>
We didn't add that one either.
Where or how could it be picking these <h4> up?