Well when i do a search in that file the only thing responding to "favo" (from favorite) is the following:
Quote:
function favorites($game_list,$stylecolumns) {
global $ibforums;
return <<<EOF
<div class="tborder">
<table cellpadding="$stylecolumns" cellspacing="1" border="0" width="100%">
<tr>
<td class="thead" align="center" colspan="$stylecolumns">{$ibforums->lang['my_favs']}</td>
</tr>
{$game_list}
</table>
</div><br />
|
Does not really look html to me, but then again, I'm not that good in html either.
Would be nice if anybody else could help indeed, if you don't have time, it's not that big an issue.