31 lines
833 B
PHP
31 lines
833 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="https://file.brz9.dev/cdn/byl/css/byl.min.css"/>
|
|
<?php wp_head(); ?>
|
|
</head>
|
|
|
|
<body <?php body_class(); ?>>
|
|
<div id="root" class="byl-root">
|
|
|
|
<header id="masthead" class="byl-header byl-bloc">
|
|
|
|
|
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
|
|
<?php dynamic_sidebar( 'dyn-head-logo' ); ?>
|
|
</a>
|
|
<?php dynamic_sidebar( 'dyn-side-header' ); ?>
|
|
<section class="headsearch">
|
|
<form action="/" method="get">
|
|
<input type="text" class="search-bar" placeholder="Rechercher" name="s" id="search" value="" />
|
|
</form>
|
|
</section>
|
|
|
|
</header>
|
|
|
|
<div class="byl-main row">
|
|
<?php get_sidebar('left') ?>
|
|
<main id="content" class="col col-lg-7 col-md-8 col-sm-8 col-xs-12">
|