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

name != search

parent 79f38acb
Branches
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ if(!isset($_COOKIE["topBarInfos"]) || $_COOKIE["topBarInfos"] == "true"){
</li>
</ul>
<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">
<input class="form-control mr-sm-2 rounded-pill" type="search" name="name" placeholder="Blanquette au saumon">
<button type='submit' class='btn btn-orange rounded-pill' ><i class="fas fa-search"></i></button>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment