get_settings_for_display( 'arrows' ), FILTER_VALIDATE_BOOLEAN ) ) {
echo sprintf( '
%s
', $this->get_id(), $this->__render_icon( 'prev_arrow', '%s', '', false ) );
echo sprintf( '%s
', $this->get_id(), $this->__render_icon( 'next_arrow', '%s', '', false ) );
}
?>