Fix logins and add routes.

This commit is contained in:
2026-04-03 12:55:05 +02:00
parent f2397b6d31
commit ae31644831
15 changed files with 470 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
<?php endif; ?>
</ul>
<form id="searchForm" method="get" action="<?php V::routeUrl( 'recettes->index'); ?>">
<input name="s" id="searchFormField" type="text" class="search-form search-form-recette" placeholder="Rechercher une recette ...">
<input name="s" id="searchFormField" type="text" class="search-form search-form-recette" placeholder="Rechercher une recette ..." value="<?php echo \App\Http\Request::get( 's' ); ?>">
</form>
</nav>
</header>