/
var
/
www
/
barefootlaw.org
/
wp-content
/
themes
/
barefoot
/
template-parts
/
page-title
/
Upload File
HOME
<?php /** * The template part for displaying a breadcrumb in page title * * @package Aisconverse * @subpackage Covercase * @since Covercase 1.0 */ ?> <?php if ( function_exists( 'bcn_display' ) ) : ?> <?php echo '<div class="breadcrumb-block"><ol class="breadcrumb">' . bcn_display_list( true ) . '</ol></div>'; ?> <?php endif; ?>