';
echo'';
echo'';
echo'';
echo'';
}
function itx_form_radios($options,$name,$checked,$showa=true) {
$i='A';
foreach ($options as $v=>$type){
if ($showa) echo "$i.";
echo ' '.$type.'
';
$i++;
}
}
function itx_form_options($options,$selected) {
$ret='';
foreach ( $options as $id => $val ) {
$ret.= '';
}
echo $ret;
}
if ($reset=get_option(get_stylesheet().'_reset')){
if ($reset==1){
foreach (itx_options() as $v){
delete_option(get_stylesheet().'_'.$v);
}
} else {
delete_option(get_stylesheet()."_$reset");
}
delete_option(get_stylesheet().'_reset');
}
?>