summaryrefslogtreecommitdiff
path: root/modules/search/views/search_link.html.php
blob: 481d0c82cea6b7d759144002da73f7ccad5a533b (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" class="g-short-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>