HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/locationdebateau/wp-content/themes/my-listing/sections/title-bar.php
<?php
	$data = c27()->merge_options([
			'title' => '',
			'show_breadcrumbs' => true,
			'ref' => '',
		], $data);
?>

<section class="<?php echo esc_attr( apply_filters( 'case27_title_bar_classes', 'page-head ph-type-2', $data ) ) ?>">
	<div class="ph-details">
		<div class="container">
			<div class="row">

				<div class="col-md-6 col-sm-4 col-xs-12">
					<h1><?php echo $data['title'] ? $data['title'] : the_title() ?></h1>
				</div>

				<?php if ($data['show_breadcrumbs']): ?>

					<div class="col-md-6 col-sm-8 col-xs-6">

						<?php new MyListing\Utils\Breadcrumbs( [
								'before' => '<ul class="page-directory">',
								'after' => '</ul>',
								'standard' => '<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">%s</li>',
								'current' => '<li class="current">%s</li>',
								'link' => '<a href="%s" itemprop="url"><div itemprop="title">%s</div></a>',
							], [
								'show_htfpt' => true,
								'separator' => '',
							], [
								'home' => '<span class="icon-places-home-3"></span>' . __( 'Home', 'my-listing' ),
							]
						) ?>

					</div>

				<?php endif ?>

			</div>
		</div>
	</div>
</section>