carhop__carhop-theme__DEV/header.php
Antoine M 946e3d3cdf
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Big menu refactoring to match dynamlique menu
2025-12-09 09:32:48 +01:00

42 lines
1.1 KiB
PHP

<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class("front-end is-website-carhop"); ?>>
<?php
do_action('tailpress_site_before');
global $post;
?>
<div id="page-<?php echo $post ? $post->post_name : 'home'; ?>" class="min-h-screen flex flex-col">
<?php do_action('tailpress_header'); ?>
<header id="primary-header">
<?php get_template_part('template-parts/header/mobile-menu-brand'); ?>
<?php get_template_part('template-parts/header/secondary-menu'); ?>
<?php get_template_part('template-parts/header/primary-menu'); ?>
<?php get_template_part('template-parts/search-module'); ?>
</header>
<?php if (is_front_page()) { ?>
<?php } ?>
<?php do_action('tailpress_content_start'); ?>
<?php get_template_part('template-parts/utils/scroll-top'); ?>
<main id="content" class="site-content flex-grow">