diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 08:08:12 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 08:08:12 +0000 |
| commit | 51ada4c2e2ee305fa12b1f9f70bd6935e825dd80 (patch) | |
| tree | 5d2dc666bbcac81c887587301ce95392c3e1f0dd /themes/default/views | |
| parent | f39cf6ed2f43706ef13e67353ea7e43f5d09b7a8 (diff) | |
Move search out into its own module and have it display its link at
the header_bottom() insertion point.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/header.html.php | 8 |
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() ?> |
