@@ 41-47 (lines=7) @@ | ||
38 | echo "</Tags> |
|
39 | "; |
|
40 | // line 7 |
|
41 | if ($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method")) { |
|
42 | // line 8 |
|
43 | echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">"; |
|
44 | echo twig_escape_filter($this->env, $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
45 | echo "</Image> |
|
46 | "; |
|
47 | } |
|
48 | // line 10 |
|
49 | echo " <Url type=\"text/html\" method=\"GET\" template=\""; |
|
50 | echo twig_escape_filter($this->env, (twig_replace_filter($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "base_url"), "method"), array("%version%" => $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
@@ 42-48 (lines=7) @@ | ||
39 | echo " |
|
40 | "; |
|
41 | // line 21 |
|
42 | if ($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method")) { |
|
43 | // line 22 |
|
44 | echo " <link rel=\"shortcut icon\" href=\""; |
|
45 | echo twig_escape_filter($this->env, $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
46 | echo "\" /> |
|
47 | "; |
|
48 | } |
|
49 | // line 24 |
|
50 | echo " |
|
51 | "; |