$val = $term->name;
if ( ! isset( $term->level ) )
$term->level = 0;
$name = $style['show_terms']['separate_filter_boxes'] == 1 ? "termset[".$term->taxonomy."][]" : "termset_single";;
?>
<option class="asp_option_cat asp_option_cat_level-<?php echo $term->level; ?>"
asp_cat_parent="<?php echo $term->parent; ?>"
value="<?php echo $term->term_id; ?>"
<?php echo $selected ? "selected='selected'" : ""; ?>>
<?php echo str_repeat(" ", $term->level) . $val; ?>
</option>
<?php
$i++;
}
<div class="style"><option class="asp_option_cat asp_option_cat_level-<?php echo $term->level; ?>"
asp_cat_parent="<?php echo $term->parent; ?>"
value="<?php echo $term->term_id; ?>"
<?php echo $selected ? "selected='selected'" : ""; ?>>
<?php echo str_repeat(" ", $term->level) . $val; ?>
</option></div>