So sieht mein ModPanel aus.
Weiß jemand wo der Fehler liegt?
Habe ich was in der modcp.php was falsch gemacht?
Danke für eure Hilfe

Code: Alles auswählen
$lang['Topic_Announcement'] = '<b>Announcement:</b>';
$lang['Topic_Sticky'] = '<b>Sticky:</b>';
Code: Alles auswählen
$topic_type = $lang['Topic_Announcement'] . ' ';
Code: Alles auswählen
$topic_type = '<span style="color:#FF0000;">' . $lang['Topic_Announcement'] . '</span> ';
Code: Alles auswählen
$topic_type = $lang['Topic_Sticky'] . ' ';
Code: Alles auswählen
$topic_type = '<span style="color:#FF0000;">' . $lang['Topic_Sticky'] . ' </span> ';
Code: Alles auswählen
$topic_type = $lang['Topic_Announcement'] . ' ';
Code: Alles auswählen
$topic_type = '<span style="color:#FF0000;">' . $lang['Topic_Announcement'] . '</span> ';
Code: Alles auswählen
$topic_type = $lang['Topic_Sticky'] . ' ';
Code: Alles auswählen
$topic_type = '<span style="color:#FF0000;">' . $lang['Topic_Sticky'] . '</span> ';
Code: Alles auswählen
$topic_type = $lang['Topic_Announcement'] . ' ';
Code: Alles auswählen
$topic_type = '<span style="color:#FF0000;">' . $lang['Topic_Announcement'] . '</span> ';
Code: Alles auswählen
$topic_type = $lang['Topic_Sticky'] . ' ';
Code: Alles auswählen
$topic_type = '<span style="color:#FF0000;">' . $lang['Topic_Sticky'] . '</span> ';