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 /modules/search/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 'modules/search/views')
| -rw-r--r-- | modules/search/views/search_link.html.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/search/views/search_link.html.php b/modules/search/views/search_link.html.php new file mode 100644 index 00000000..983742a3 --- /dev/null +++ b/modules/search/views/search_link.html.php @@ -0,0 +1,12 @@ +<? 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> |
