Added filter on the search page.

This commit is contained in:
Lars van Hijfte
2017-01-12 12:20:47 +01:00
parent 39b849d7ee
commit 2434ffc675
4 changed files with 63 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
</div>
<div id="header-search">
<form action="search.php" method="get">
<input name="search" type="text" placeholder="search people, friends and pages" />
<input name="search" type="text" placeholder="zoek naar van alles" />
<input type="submit" value="Zoek"/>
</form>
</div>