Errrr
Thanks for the help, i fixed it myself
For those that need help:
Find in index.php:
PHP Code:
$popthread .= "<i>[$poptop[replycount]]</i> <a href=showthread.php?s=$session[sessionhash]&threadid=$poptop[threadid]>$poptop[title]</a><br>";
And Remove:
PHP Code:
<i>[$poptop[replycount]]</i>
The Result will be:
PHP Code:
$popthread .= "<a href=showthread.php?s=$session[sessionhash]&threadid=$poptop[threadid]>$poptop[title]</a><br>";
And will remove those dredid brakets... :rambo: