HOME


Mini Shell 1.0
DIR: /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/template-parts/header/
Upload File :
Current File : /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/template-parts/header/panel-top.php
<?php if ( lsvr_beautyspot_has_header_cta() || lsvr_beautyspot_has_header_contact() ) : ?>

	<!-- HEADER PANEL TOP : begin -->
	<div class="header-panel__top">
		<div class="header-panel__top-inner">

			<?php // Add custom code before Header CTA
			do_action( 'lsvr_beautyspot_header_cta_before' ); ?>

			<?php // Header CTA
			get_template_part( 'template-parts/header/cta' ); ?>

			<?php // Add custom code before Header Contact
			do_action( 'lsvr_beautyspot_header_contact_before' ); ?>

			<?php // Header contact
			get_template_part( 'template-parts/header/contact' ); ?>

			<?php // Add custom code after Header Contact
			do_action( 'lsvr_beautyspot_header_contact_after' ); ?>

		</div>
	</div>
	<!-- HEADER PANEL TOP : end -->

<?php endif; ?>