style != '') $style = "style='$this->style'"; else $style = ""; switch ( $this->type ) { default: case 'text' : echo "

$this->label

"; break; case "h1": case "h2": case "h3": case "h4": case "h5": case "h6": echo "<$this->type class=customize-control-$this->type $style>" . esc_html( $this->label ) . "type>"; break; case 'heading': echo "" . esc_html( $this->label ) . ''; break; case "line": if ($style = '') $style="style='margin-top:15px;'"; echo "
"; } } } endif; ?>