WebsiteBaker 2.13.9 R22 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
[[image?image1=/foto/foto1.jpg&image2=/foto/foto1-2.jpg&title=Title for Shadowbox]]
$h = $w = $a = $t = "";if (isset($height)) $h = "height:".$height."px; ";if (isset($width)) $w = "width:".$width."px; ";if (isset($alt)) $a = 'alt="'.$alt.'" ';if (isset($title)) $t = 'title="'.$title.'" ';return '<a rel="shadowbox[content]" href="'.WB_URL.MEDIA_DIRECTORY.$image2.'" '.$t.'><img src="'.WB_URL.MEDIA_DIRECTORY.$image.'" style="'.$w.$h.'" '.$a.$t.'/></a>';