summaryrefslogtreecommitdiff
path: root/modules/search/views/search_link.html.php
blob: d0b93bba418f4c3bef979588eeaa3f3492b22eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php defined("SYSPATH") or die("No direct script access.") ?>
<form action="<?= url::site("search") ?>" id="g-quick-search-form">
  <ul>
    <li>
      <label for="g-search"><?= t("Search the gallery") ?></label>
      <input type="text" name="q" id="g-search"/>
    </li>
    <li>
      <input type="submit" value="<?= t("Go")->for_html_attr() ?>" />
    </li>
  </ul>
</form>