diff --git a/results.php b/results.php index 1202ca1..c0f4f62 100644 --- a/results.php +++ b/results.php @@ -12,9 +12,9 @@ $socialau = mb_convert_case($authorsearch, MB_CASE_TITLE, "UTF-8"); $socialty = mb_convert_case($typesearch, MB_CASE_TITLE, "UTF-8"); if (!empty($keywordsearch)) { - $searchtopic = $socialkw; + $searchtopic = 'Keyword: '.$socialkw; } elseif (!empty($authorsearch)) { - $searchtopic = $socialau; + $searchtopic = 'Author: '.$socialau; } else { $searchtopic = 'Type: '.$socialty; } @@ -105,20 +105,23 @@ ORDER BY books.title ASC"); ';?> '; - echo ''; + if (!empty($keywordsearch)) { + echo ''; + echo ''; + } elseif (!empty($authorsearch)) { + echo ''; + echo ''; } else { - echo ''; - echo ''; + echo ''; + echo ''; } ?> - ';?> + ';?> ';?> - ';?> + ';?> ';?> @@ -206,7 +209,7 @@ ORDER BY books.title ASC");
  • -->
    -

    Search Results -

    +

    Search Results