>> Screenshot ansehen <<
Was ist denn das? Wie kann ich das entfernen?
Code: Alles auswählen
alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}"Code: Alles auswählen
alt="" title=""Code: Alles auswählen
alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}"Code: Alles auswählen
alt="{L_TOPIC_FOLDER_ALT}" title="{L_TOPIC_FOLDER_ALT}"Das ist mir schon klarHenne23 hat geschrieben:...Das topicrow. steht da bestimmt nicht zur Verziehrung vor...
..ersetze das blaumarkierte mit Post (z.B. $lang['Post_Sticky']).$folder_alt = $lang['Topic_Announcement'];
}
else if ( $row['topic_type'] == POST_STICKY )
{
$folder_img = $images['folder_sticky'];
$folder_alt = $lang['Topic_Sticky'];