35 lines
1.2 KiB
PHP
35 lines
1.2 KiB
PHP
<?php
|
|
?>
|
|
<div class="carhop-mobile-menu-brand menu-mobile-brand" id="menu-mobile-brand">
|
|
<button id="mobile-menu-toggle" class="menu-mobile-brand__mobile-menu-toggle cta cta--outline cta--button" data-text-open="Menu" data-text-close="Fermer">
|
|
<span class="text-content">Menu</span>
|
|
</button>
|
|
<div class="menu-mobile-brand__inner-elements">
|
|
<div class="website_logo">
|
|
<?php if (has_custom_logo()) { ?>
|
|
<?php the_custom_logo(); ?>
|
|
<?php } else { ?>
|
|
<a href=" <?php echo get_bloginfo('url'); ?>" class="font-extrabold text-lg uppercase">
|
|
<?php echo get_bloginfo('name'); ?>
|
|
</a>
|
|
|
|
<p class="text-sm font-light text-gray-600">
|
|
<?php echo get_bloginfo('description'); ?>
|
|
</p>
|
|
|
|
<?php } ?>
|
|
</div>
|
|
<div class="tools-container">
|
|
<button class="search-button">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-rechercher.svg" alt="Rechercher">
|
|
</button>
|
|
<?php
|
|
$soutenir_page_id = 1963
|
|
|
|
?>
|
|
<a class="support-button" href="<?php echo get_the_permalink($soutenir_page_id); ?>">
|
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-soutenir.svg" alt="Soutenir">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|