__get_testimonials_image();
echo $this->__render_icon( 'item_icon', '
', '', false );
echo $this->__loop_item( array( 'item_title' ), '
%s
' );
echo $this->__loop_item( array( 'item_comment' ), '' );
echo $this->__get_testimonials_name();
echo $this->__loop_item( array( 'item_position' ), '
%s
' );
echo $this->__loop_item( array( 'item_date' ), '
%s
' );
echo $this->__loop_item( array( 'item_rating' ), '
' . $stars . '
' );
?>