Hallo, Gast!
AnmeldenRegistrieren

Affiliates
#11
(13.10.2009, 20:04)Guido schrieb: Iinwinman danke das weiß ich...
Rolleyes

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>";
            } 
 
#12
Habe es genau so gemacht Ergebnis.

!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>";
}


Fehler Seite kann nicht geladen werden Plugin Fehler.Huh
 
#13
Ich habe den Code in Beitrag #11 korrigiert.
 
#14
linwinman Danke Danke es geht super echt cool Big Grin