WebsiteBaker 2.13.9 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
$retval = "";if (!$height) $height=450;if (!$width) $width=690;$retval .='<center>';$retval .=' <embed ';$retval . $height '"';$retval $width $url '#toolbar='1&navpanes=0&scrollbar=1"'>';$retval .=' </embed>';$retval .='</center>';return $retval;
$retval = "";if (!$height) $height=450;if (!$width) $width=690;$retval .= '<center>';$retval .= '<embed height="'.$height.'" width="'.$width.'" ';$retval .= 'src="'.$url.'#toolbar="1&navpanes=0&scrollbar=1">';$retval .= '</embed>';$retval .= '</center>';return $retval;