Fix logins and add routes.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user