';
switch ( $breadcrumb_type ) {
case 'simple':
boston_business_simple_breadcrumb();
break;
case 'advanced':
if ( function_exists( 'bcn_display' ) ) {
bcn_display();
}
break;
default:
break;
}
echo '
';
return;
}
endif;
add_action( 'boston_business_action_before_content', 'boston_business_add_breadcrumb' , 7 );
if ( ! function_exists( 'boston_business_footer_goto_top' ) ) :
/**
* Go to top.
*
* @since 1.0
*/
function boston_business_footer_goto_top() {
$scroll_to_top = boston_business_get_option( 'scroll_to_top' );
if ( true === $scroll_to_top ) {
echo '