WebsiteBaker 2.13.8 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
<?php // for colored code only, dont copy that line// zuerst die Absicherung, ob eine Page-ID da ist und das Bild auch ein Bild ist, falls nicht, setze das Bild pages0.jpg als Standard - das muss da sein!!!$sPictureID = (isset($page_id) && getimagesize(TEMPLATE_DIR.'/background/page'.$page_id.'.jpg') ? ('page'.$page_id.'.jpg') : 'page0.jpg');// nun der Bilderlinkecho '<a href="'.WB_URL.'"><img class="myPicture" src="'.TEMPLATE_DIR.'/background/'.$sPictureID.'" alt="" /></a>';?>
danke für deine Mühe aber leider geht da nix