I have received it yesterday there
?ffne die datei index.php:
Code:
suche nach:
$forum['onoff']='on'; (kommt 2 mal vor, beide male ver?ndern)
f?ge dahinter ein:
$forum['title'] = '<font color="#ff0000">'.$forum['title'].'</font>';
suche nach:
$forum['onoff']='off';
f?ge dahinter ein:
$forum['title'] = '<font color="#000000">'.$forum['title'].'</font>';
bei bedarf suche nach:
$forum['onoff'].='lock';
f?ge dahinter ein:
$forum['title'] = '<font color="#000000">'.$forum['title'].'</font>';
on the screen schot ist red newpost and black not newpost