Seite 1 von 1

Orginal Bildercode

Verfasst: Mo 21. Feb 2005, 13:28
von Flex32
kann mal bitte jemand den orginal bildercode posten, währe super

thx flex

Verfasst: Mo 21. Feb 2005, 15:55
von Flex32
es muss doch mal jemand in der lage sein den orginal bilder code per copy and paste hier einzufügen...

danke

Verfasst: Mo 21. Feb 2005, 15:57
von stony
wenn ich wüßte was du meinst könnte ich dir vielleicht helfen ;-)

Verfasst: Mo 21. Feb 2005, 16:04
von Flex32
na im contenido ist doch schon ein bildmodul eingebaut, nennt sich glaube ich (bild1), davon den code bräuchte ich

Verfasst: Mo 21. Feb 2005, 16:18
von emergence
orginal code -> nur output:

Code: Alles auswählen

<?php

if ("CMS_IMG[1]" != "") {

    $img = '<img src="CMS_IMG[1]" border="0">';

    if ("CMS_LINK[1]" != "http://") {
        $img = sprintf('<a href="%s" target="%s">%s</a>',"CMS_LINK[1]", "CMS_LINKTARGET[1]", $img);

    }

    echo $img;

}

echo "<br>";
echo "CMS_IMGDESCR[1]";
echo "<br>";
echo "CMS_LINKDESCR[1]";
echo "<br>";

?>

Verfasst: Mo 21. Feb 2005, 16:34
von Flex32
danke :lol: