I keep getting this error, the error is in reference to this section of code, can someone tell me what I am missing:
if(!preg_match("class",$parameters)) $parameters .=" class='ibox'";
$field = '<input type="' . tep_output_string($type) . '" name="' . tep_output_string($name) . '"';
Thanks!