';
if(is_active_sidebar( 'sidebar-testimonials' )) {
dynamic_sidebar( 'sidebar-testimonials' );
} elseif ( current_user_can( 'edit_theme_options' ) ) {
if ( is_customize_preview() ) {
printf( __( 'Add widgets in this area by going to the %s','responsiveboat' ), __( 'Testimonials section','responsiveboat' ) );
} else {
printf( __( 'Add widgets in this area by going to the %s','responsiveboat' ), sprintf( '
%2$s', esc_url( admin_url( 'customize.php?autofocus[section]=sidebar-widgets-sidebar-testimonials' ) ), __( 'Testimonials section','responsiveboat' ) ) );
}
}
echo '