*'; } switch($type) { case 'radio': $html = ''; foreach ($options['values'] as $value) { $html .= ' ' . $options['labels'][$index] . $options['after']; $index++; } break; case 'select': $html = ' '; break; case 'text': $html = ' '; break; case 'smalltext': $html = ' '; break; case 'multitext': $html = ' '; break; case 'color': $html = ' '; break; case 'notusedyet': $html = ' '; $html = nb_colorpicker($options['id']) . $html; break; } if (!empty($options['desc'])) { $html .= ' (' . $options['desc'] . ')'; } echo $html; } function nb_colorpicker($id) { $cpjs = ""; return($cpjs); } ?>