Files
gallery3/modules/search/views/search_link.html.php
Bharat Mediratta 51ada4c2e2 Move search out into its own module and have it display its link at
the header_bottom() insertion point.
2008-11-23 08:08:12 +00:00

13 lines
336 B
PHP

<? defined("SYSPATH") or die("No direct script access."); ?>
<form id="gSearchForm">
<ul>
<li>
<label for="search"><?= _("Search") ?></label>
<input type="text" name="search" value="<?= _("Search Gallery ...") ?>"/>
</li>
<li>
<input type="submit" value="<?= _("search") ?>" />
</li>
</ul>
</form>