summaryrefslogtreecommitdiff
path: root/themes/default/views/header.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/views/header.html.php')
-rw-r--r--themes/default/views/header.html.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index c8eb2145..1ca2a952 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -12,12 +12,7 @@
</ul>
</div>
-<form id="gSearchForm" class="gInline">
- <ul class="gNoLabels">
- <li><label for="search">Search</label><input type="text" name="search" value="<?= _("Search Gallery ...") ?>"/></li>
- <li><input type="submit" value="<?= _("search") ?>" /></li>
- </ul>
-</form>
+<?= $theme->header_bottom() ?>
<ul id="gBreadcrumbs" class="gClearFix">
<? foreach ($parents as $parent): ?>
@@ -25,4 +20,3 @@
<? endforeach ?>
<li class="active"><?= $item->title_edit ?></li>
</ul>
-<?= $theme->header_bottom() ?>