summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/views/header.html.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index 348111a4..9dba9c71 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -1,6 +1,5 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
-<h1><?= $item->title_edit ?></h1>
<?= View::top($theme) ?>
@@ -16,7 +15,7 @@
<form id="gSearchForm" class="gInline">
<ul class="gNoLabels">
- <li><input type="text" value="<?= _("Search Gallery ...") ?>"/></li>
+ <li><label for="search">Search</label><input type="text" name="search" value="<?= _("Search Gallery ...") ?>"/></li>
<li><input type="submit" value="<?= _("search") ?>" /></li>
</ul>
</form>