';
if( $testimonial_title ) { business_ezone_template_header( $testimonial_title ); }
echo '
';
echo '';
}
}
endif;
add_action( 'business_ezone_testimonial', 'business_ezone_testimonial_cb' );
if( ! function_exists( 'business_ezone_content_start' ) ) :
/**
* Content Start
*
* @since 1.0.1
*/
function business_ezone_content_start(){
$class = is_404() ? 'error-holder' : 'row' ;
if( ! is_page_template( 'template-home.php' ) ){
?>
' : '
';
( is_active_sidebar( 'right-sidebar' ) ) ? the_post_thumbnail( 'business-ezone-with-sidebar' ) : the_post_thumbnail( 'business-ezone-without-sidebar' ) ;
echo ( !is_single() ) ? '' : '
' ;
}
}
endif;
if( ! function_exists( 'business_ezone_post_entry_header' ) ) :
/**
* Post Entry Header
*
* @since 1.0.1
*/
function business_ezone_post_entry_header(){
?>
';
}
endif;
if( ! function_exists( 'business_ezone_archive_entry_header' ) ) :
/**
* Archive Entry Header
*
* @since 1.0.1
*/
function business_ezone_archive_entry_header(){
?>
';// .row /#content /.container
}
}
endif;
if( ! function_exists( 'business_ezone_footer_start' ) ) :
/**
* Footer Start
*
* @since 1.0.1
*/
function business_ezone_footer_start(){
echo '
';
}
endif;
add_action( 'business_ezone_footer_credit', 'business_ezone_footer_credit');
if( ! function_exists( 'business_ezone_footer_end' ) ) :
/**
* Footer End
*
* @since 1.0.1
*/
function business_ezone_footer_end(){
echo ''; // #colophon
}
endif;
if( ! function_exists( 'business_ezone_page_end' ) ) :
/**
* Page End
*
* @since 1.0.1
*/
function business_ezone_page_end(){
?>