Fixed kw search bug.
This commit is contained in:
@ -117,7 +117,7 @@ LIMIT 4');
|
|||||||
</div>
|
</div>
|
||||||
<div class="fh5co-box">
|
<div class="fh5co-box">
|
||||||
<h3 class="heading">Search</h3>
|
<h3 class="heading">Search</h3>
|
||||||
<form action="basictitlesearch.php" method="get">
|
<form action="keywordresults.php" method="get">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" class="form-control" name="kw" placeholder="Keyword search">
|
<input type="text" class="form-control" name="kw" placeholder="Keyword search">
|
||||||
</div>
|
</div>
|
||||||
|
@ -119,9 +119,9 @@ ORDER BY books.title ASC");
|
|||||||
</div>
|
</div>
|
||||||
<div class="fh5co-box">
|
<div class="fh5co-box">
|
||||||
<h3 class="heading">Search</h3>
|
<h3 class="heading">Search</h3>
|
||||||
<form action="basictitlesearch.php" method="get">
|
<form action="keywordresults.php" method="get">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" class="form-control" name="titlesearch" placeholder="Basic title search">
|
<input type="text" class="form-control" name="kw" placeholder="Keyword search">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
Reference in New Issue
Block a user