hier die viewtopic.php
http://xxx (ab zeile 950)
das icon ist da festgelegt in der cfg ($images['icon_skype'] = "$current_template_images/{LANG}/icon_skype.gif";)
und in der lang. datei ist auch alles OK ($lang['Skype'] = 'Skype';)
ich seh eig. kein problem warum es nicht gehen sollte..... aber es will einfach nicht
hier noch der teil aus der tpl datei....
Code: Alles auswählen
<td valign="middle" nowrap="nowrap"> {postrow.PROFILE_IMG} {postrow.PM_IMG}
{postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG}
{postrow.MSN_IMG} {postrow.SKYPE_IMG} <script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
document.write(' {postrow.ICQ_IMG}');
else
document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
//--></script> <noscript>{postrow.ICQ_IMG}</noscript></td>