Added search bar to header.

This commit is contained in:
2018-06-15 23:41:25 +02:00
committed by Stefan Rohde-Enslin
parent 916eddc099
commit 2ae4196546
5 changed files with 61 additions and 14 deletions

View File

@ -43,11 +43,10 @@ if (!isset($_GET['q'])) {
echo '
<h1><span class="toTranslate" data-content="Search"></span></h1>
<form action="" method="GET">
<input type="search" name="q" />
</form>
';
generateSearchBar();
}
else {