'', 'class' =>'', 'style' =>'normal', 'name' =>'', 'avatar' =>'', 'byline' =>'', 'alignment' =>'none', ), $args ); extract( $defaults ); self::$args = $defaults; $txtalign=''; $txtbox=''; $txtsl = 'style1'; if($alignment=='center') { $txtalign='text-center'; $txtsl = 'style2'; } if($style == 'box') { $txtbox='testimonial-boxed'; } $divcont = sprintf('
%s
',do_shortcode( Magee_Core::fix_shortcodes($content))); $divimg = sprintf('
',$avatar); $divauthor = sprintf('

%s

%s
',$name,$byline); $divtitle = sprintf('
%s %s
',$txtsl,$divimg,$divauthor); $html = sprintf('
%s %s
',$txtalign,$txtbox,$class,$id,$divcont,$divtitle); return $html; } } new Magee_Testimonial(); endif;