Zoekfunctie, links gefixt
This commit is contained in:
@@ -299,11 +299,12 @@
|
||||
</div>
|
||||
<div class="menu_container sticky clearfix">
|
||||
@include('widgets.menu')
|
||||
<form class="search">
|
||||
<input type="text" name="s" placeholder="Zoeken..." value="Zoeken..." class="search_input hint">
|
||||
<input type="submit" class="search_submit" value="">
|
||||
<input type="hidden" name="page" value="search">
|
||||
@if(isset($searchURL))
|
||||
<form class="search" action="{{url($searchURL)}}">
|
||||
<input type="text" name="query" placeholder="Zoeken..." value="{{isset($query) ? $query : null}}" class="search_input hint">
|
||||
<input type="submit" class="search_submit" value="Zoeken">
|
||||
</form>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<!-- Content -->
|
||||
|
||||
Reference in New Issue
Block a user