summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-11-20 01:53:14 +0000
committerNigel Osborne <kiwi3685@me.com>2011-11-20 01:53:14 +0000
commit71e9a73d1eba175695578bff4424624338669088 (patch)
tree0ed86a2b80f4b10b4777cf20fa1156ee5f2caa67 /search.php
parent8294fc562351799325a2edd1663c42faa6dc1e5d (diff)
downloadwebtrees-71e9a73d1eba175695578bff4424624338669088.tar.gz
webtrees-71e9a73d1eba175695578bff4424624338669088.tar.bz2
webtrees-71e9a73d1eba175695578bff4424624338669088.zip
Change to layout of media details and search results
Diffstat (limited to 'search.php')
-rw-r--r--search.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/search.php b/search.php
index a6f630e77d..d73fcef600 100644
--- a/search.php
+++ b/search.php
@@ -90,7 +90,6 @@ if ($ENABLE_AUTOCOMPLETE) require WT_ROOT.'js/autocomplete.js.htm';
</script>
<div id="search-page">
<h2 class="center"><?php echo $controller->getPageTitle(); ?></h2>
-<?php $somethingPrinted = $controller->printResults(); ?>
<!-- /*************************************************** Search Form Outer Table **************************************************/ -->
<form method="post" name="searchform" onsubmit="return checknames(this);" action="search.php">
<input type="hidden" name="action" value="<?php echo $controller->action; ?>" />
@@ -385,4 +384,7 @@ if ($controller->action == "general") {
</tr>
</table>
</form>
+
+<?php $somethingPrinted = $controller->printResults(); ?>
+
</div> <!-- close div id "search-page" -->