Added search bar to header.
This commit is contained in:
@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user