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
<span class="wooo" price="true" text="In winkelwagen »">X</span>
<span class="wooo" price="true" text="In winkelwagen »">15</span>
$id = 'id=';$retval .= '<span class="wooo" price="true" text="In winkelwagen »">';$retval .= '$id';$retval .= '</span>';return $retval;
<span class="wooo" price="true" text="In winkelwagen »">$id</span>
<?php //colorize the code, ignore this line$id = (isset($id)) ? $id : 'you forgot the ?id parameter';$retval .= '<span class="wooo" price="true" text="In winkelwagen »">';$retval .= $id; //remove the '' <- quotes from the variable, otherwise it will be put out asplaintext$retval .= '</span>';return $retval;