'', 'style' => '', 'type' => 'h1', 'color'=>'' ), $params)); $out = ''; if($color!=''){ $color='style="color:'.$color.';"'; } if ($style != '') { $iconcount=explode(' ',$style); array_filter($iconcount); if(count($iconcount)==1){ $style= 'glyphicon '.$style; } $style = ' '; } $out = '<' . $type . ' class="' . $class .EBS_CONTAINER_CLASS. '" >' . $style . do_shortcode($content) . ''; return $out; } ebs_backward_compatibility_callback('iconheading', 'osc_theme_iconhead');