summaryrefslogtreecommitdiff
path: root/modules/search/views/search_link.html.php
blob: 9d1ce83b485292c153953ff69ea40f27b86cebe0 (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 g-right">
  <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>