Skip to content
Snippets Groups Projects
Commit a51d005d authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fix

parent 627665bc
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ if(!isset($_COOKIE["topBarInfos"]) || $_COOKIE["topBarInfos"] == "true"){
<a class="nav-link" href="#">Communauté</a>
</li>
</ul>
<form action="<?=genPageLink("/lesRecettes")?>" method="get" id="search" class="form-inline my-2 my-lg-0">
<form action="<?=getWebsiteSetting("websiteUrl")?><?=genPageLink("/recettes")?>" method="get" id="search" class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2 rounded-pill" type="search" name="search" placeholder="Blanquette au saumon">
<button type='submit' class='btn btn-orange rounded-pill' ><i class="fas fa-search"></i></button>
</form>
......
......@@ -15,7 +15,7 @@
<body>
<!-- Inclusion dynamique de la navbar -->
<?=getNavbar()?>
<?=Client::getNavbar()?>
<!-- Recettes -->
<div class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment