13.10.2009, 20:34
(13.10.2009, 20:04)Guido schrieb: Iinwinman danke das weiß ich...

PHP-Code:
if ($aff[image] != '')
{
$affiliates.="<a href='{$aff[url]}' title='{$aff[title]}' target='_blank'><img src='{$aff[image]}' alt='affiliate'></a>";
}
else {
$affiliates.="<a href='{$aff[url]}' title='{$aff[title]}' target='_blank'>{$aff[title]}</a>";
}