File "bd35157c462b6cc6c7fbf0a829d28eb1636368d2bebe38eb5280fdfd798078e9.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/bd/bd35157c462b6cc6c7fbf0a829d28eb1636368d2bebe38eb5280fdfd798078e9.php
File
size: 1.52 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* default/template/common/search.twig */
class __TwigTemplate_f3345a8acef7852726a0186a302fea702cf7e4d56ba45357f107c39e8fc3d303 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 "<div id=\"search\" class=\"input-group\">
<input type=\"text\" name=\"search\" value=\"";
// line 2
echo (isset($context["search"]) ? $context["search"] : null);
echo "\" placeholder=\"";
echo (isset($context["text_search"]) ? $context["text_search"] : null);
echo "\" class=\"form-control input-lg\" />
<span class=\"input-group-btn\">
<button type=\"button\" class=\"btn btn-default btn-lg\"><i class=\"fa fa-search\"></i></button>
</span>
</div>";
}
public function getTemplateName()
{
return "default/template/common/search.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 22 => 2, 19 => 1,);
}
}
/* <div id="search" class="input-group">*/
/* <input type="text" name="search" value="{{ search }}" placeholder="{{ text_search }}" class="form-control input-lg" />*/
/* <span class="input-group-btn">*/
/* <button type="button" class="btn btn-default btn-lg"><i class="fa fa-search"></i></button>*/
/* </span>*/
/* </div>*/