<?php

/* searchbox.html */
class __TwigTemplate_040b02ec33859c842bd9ffedf0b8d0d7abb8d6927c8589997876acf84a25a22e extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = array(
        );
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "<form method=\"get\" name=\"search\" action=\"";
        if (isset($context["S_SEARCHBOX_ACTION"])) { $_S_SEARCHBOX_ACTION_ = $context["S_SEARCHBOX_ACTION"]; } else { $_S_SEARCHBOX_ACTION_ = null; }
        echo $_S_SEARCHBOX_ACTION_;
        echo "\"><span class=\"gensmall\">";
        echo $this->env->getExtension('phpbb')->lang("SEARCH_FOR");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo "</span> <input class=\"post\" type=\"text\" name=\"keywords\" size=\"20\" /> <input class=\"btnlite\" type=\"submit\" value=\"";
        echo $this->env->getExtension('phpbb')->lang("GO");
        echo "\" />";
        if (isset($context["S_SEARCH_LOCAL_HIDDEN_FIELDS"])) { $_S_SEARCH_LOCAL_HIDDEN_FIELDS_ = $context["S_SEARCH_LOCAL_HIDDEN_FIELDS"]; } else { $_S_SEARCH_LOCAL_HIDDEN_FIELDS_ = null; }
        echo $_S_SEARCH_LOCAL_HIDDEN_FIELDS_;
        echo "</form>
";
    }

    public function getTemplateName()
    {
        return "searchbox.html";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  19 => 1,);
    }
}
/* <form method="get" name="search" action="{S_SEARCHBOX_ACTION}"><span class="gensmall">{L_SEARCH_FOR}{L_COLON}</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="{L_GO}" />{S_SEARCH_LOCAL_HIDDEN_FIELDS}</form>*/
/* */
