@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | foreach ($context['_seq'] as $context["_key"] => $context["letter"]) { |
| 60 | 60 | // line 14 |
| 61 | 61 | echo " "; |
| 62 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
| 62 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? NULL), $context["letter"], array(), "array", TRUE, TRUE) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
| 63 | 63 | // line 15 |
| 64 | 64 | echo " <li><a href=\"#letter"; |
| 65 | 65 | echo $context["letter"]; |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | |
| 164 | 164 | public function isTraitable() |
| 165 | 165 | { |
| 166 | - return false; |
|
| 166 | + return FALSE; |
|
| 167 | 167 | } |
| 168 | 168 | |
| 169 | 169 | public function getDebugInfo() |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | // line 5 |
| 49 | 49 | public function block_page_id($context, array $blocks = array()) |
| 50 | 50 | { |
| 51 | - echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
| 51 | + echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", NULL, TRUE); |
|
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | // line 7 |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | |
| 151 | 151 | public function isTraitable() |
| 152 | 152 | { |
| 153 | - return false; |
|
| 153 | + return FALSE; |
|
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | public function getDebugInfo() |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | // line 5 |
| 61 | 61 | public function block_page_id($context, array $blocks = array()) |
| 62 | 62 | { |
| 63 | - echo twig_escape_filter($this->env, ("class:" . twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
| 63 | + echo twig_escape_filter($this->env, ("class:" . twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", NULL, TRUE); |
|
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | // line 7 |
@@ -244,7 +244,7 @@ discard block |
||
| 244 | 244 | 'parent' => $context['_parent'], |
| 245 | 245 | 'index0' => 0, |
| 246 | 246 | 'index' => 1, |
| 247 | - 'first' => true, |
|
| 247 | + 'first' => TRUE, |
|
| 248 | 248 | ); |
| 249 | 249 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 250 | 250 | $length = count($context['_seq']); |
@@ -262,7 +262,7 @@ discard block |
||
| 262 | 262 | } |
| 263 | 263 | ++$context['loop']['index0']; |
| 264 | 264 | ++$context['loop']['index']; |
| 265 | - $context['loop']['first'] = false; |
|
| 265 | + $context['loop']['first'] = FALSE; |
|
| 266 | 266 | if (isset($context['loop']['length'])) { |
| 267 | 267 | --$context['loop']['revindex0']; |
| 268 | 268 | --$context['loop']['revindex']; |
@@ -435,7 +435,7 @@ discard block |
||
| 435 | 435 | echo "</td> |
| 436 | 436 | <td>"; |
| 437 | 437 | // line 143 |
| 438 | - echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " "); |
|
| 438 | + echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, NULL), " "); |
|
| 439 | 439 | echo "</td> |
| 440 | 440 | </tr> |
| 441 | 441 | "; |
@@ -534,7 +534,7 @@ discard block |
||
| 534 | 534 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
| 535 | 535 | // line 177 |
| 536 | 536 | echo "<small>from "; |
| 537 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], false, true); |
|
| 537 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], FALSE, TRUE); |
|
| 538 | 538 | echo "</small>"; |
| 539 | 539 | } |
| 540 | 540 | // line 179 |
@@ -563,7 +563,7 @@ discard block |
||
| 563 | 563 | 'parent' => $context['_parent'], |
| 564 | 564 | 'index0' => 0, |
| 565 | 565 | 'index' => 1, |
| 566 | - 'first' => true, |
|
| 566 | + 'first' => TRUE, |
|
| 567 | 567 | ); |
| 568 | 568 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 569 | 569 | $length = count($context['_seq']); |
@@ -612,7 +612,7 @@ discard block |
||
| 612 | 612 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
| 613 | 613 | // line 202 |
| 614 | 614 | echo "<small>from "; |
| 615 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], false, true); |
|
| 615 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], FALSE, TRUE); |
|
| 616 | 616 | echo "</small>"; |
| 617 | 617 | } |
| 618 | 618 | // line 204 |
@@ -621,7 +621,7 @@ discard block |
||
| 621 | 621 | "; |
| 622 | 622 | ++$context['loop']['index0']; |
| 623 | 623 | ++$context['loop']['index']; |
| 624 | - $context['loop']['first'] = false; |
|
| 624 | + $context['loop']['first'] = FALSE; |
|
| 625 | 625 | if (isset($context['loop']['length'])) { |
| 626 | 626 | --$context['loop']['revindex0']; |
| 627 | 627 | --$context['loop']['revindex']; |
@@ -649,7 +649,7 @@ discard block |
||
| 649 | 649 | 'parent' => $context['_parent'], |
| 650 | 650 | 'index0' => 0, |
| 651 | 651 | 'index' => 1, |
| 652 | - 'first' => true, |
|
| 652 | + 'first' => TRUE, |
|
| 653 | 653 | ); |
| 654 | 654 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 655 | 655 | $length = count($context['_seq']); |
@@ -669,7 +669,7 @@ discard block |
||
| 669 | 669 | "; |
| 670 | 670 | ++$context['loop']['index0']; |
| 671 | 671 | ++$context['loop']['index']; |
| 672 | - $context['loop']['first'] = false; |
|
| 672 | + $context['loop']['first'] = FALSE; |
|
| 673 | 673 | if (isset($context['loop']['length'])) { |
| 674 | 674 | --$context['loop']['revindex0']; |
| 675 | 675 | --$context['loop']['revindex']; |
@@ -695,7 +695,7 @@ discard block |
||
| 695 | 695 | // line 222 |
| 696 | 696 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
| 697 | 697 | echo "in "; |
| 698 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
| 698 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), FALSE, TRUE); |
|
| 699 | 699 | echo " "; |
| 700 | 700 | } |
| 701 | 701 | echo "at "; |
@@ -814,7 +814,7 @@ discard block |
||
| 814 | 814 | |
| 815 | 815 | public function isTraitable() |
| 816 | 816 | { |
| 817 | - return false; |
|
| 817 | + return FALSE; |
|
| 818 | 818 | } |
| 819 | 819 | |
| 820 | 820 | public function getDebugInfo() |
@@ -113,7 +113,7 @@ |
||
| 113 | 113 | |
| 114 | 114 | public function isTraitable() |
| 115 | 115 | { |
| 116 | - return false; |
|
| 116 | + return FALSE; |
|
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | public function getDebugInfo() |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | |
| 60 | 60 | <form class=\"form-inline\" role=\"form\" action=\""; |
| 61 | 61 | // line 17 |
| 62 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "search.html"), "html", null, true); |
|
| 62 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "search.html"), "html", NULL, TRUE); |
|
| 63 | 63 | echo "\" method=\"GET\"> |
| 64 | 64 | <div class=\"form-group\"> |
| 65 | 65 | <label class=\"sr-only\" for=\"search\">Search</label> |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | |
| 149 | 149 | public function isTraitable() |
| 150 | 150 | { |
| 151 | - return false; |
|
| 151 | + return FALSE; |
|
| 152 | 152 | } |
| 153 | 153 | |
| 154 | 154 | public function getDebugInfo() |
@@ -7,7 +7,7 @@ discard block |
||
| 7 | 7 | { |
| 8 | 8 | parent::__construct($env); |
| 9 | 9 | |
| 10 | - $this->parent = false; |
|
| 10 | + $this->parent = FALSE; |
|
| 11 | 11 | |
| 12 | 12 | $this->blocks = array( |
| 13 | 13 | ); |
@@ -22,32 +22,32 @@ discard block |
||
| 22 | 22 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
| 23 | 23 | <ShortName>"; |
| 24 | 24 | // line 4 |
| 25 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 25 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 26 | 26 | echo " ("; |
| 27 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
| 27 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "version", array()), "html", NULL, TRUE); |
|
| 28 | 28 | echo ")</ShortName> |
| 29 | 29 | <Description>Searches "; |
| 30 | 30 | // line 5 |
| 31 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 31 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 32 | 32 | echo " ("; |
| 33 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
| 33 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "version", array()), "html", NULL, TRUE); |
|
| 34 | 34 | echo ")</Description> |
| 35 | 35 | <Tags>"; |
| 36 | 36 | // line 6 |
| 37 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 37 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 38 | 38 | echo "</Tags> |
| 39 | 39 | "; |
| 40 | 40 | // line 7 |
| 41 | 41 | if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
| 42 | 42 | // line 8 |
| 43 | 43 | echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">"; |
| 44 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
| 44 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", NULL, TRUE); |
|
| 45 | 45 | echo "</Image> |
| 46 | 46 | "; |
| 47 | 47 | } |
| 48 | 48 | // line 10 |
| 49 | 49 | echo " <Url type=\"text/html\" method=\"GET\" template=\""; |
| 50 | - echo twig_escape_filter($this->env, (twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
| 50 | + echo twig_escape_filter($this->env, (twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", NULL, TRUE); |
|
| 51 | 51 | echo "\"/> |
| 52 | 52 | <InputEncoding>UTF-8</InputEncoding> |
| 53 | 53 | <AdultContent>false</AdultContent> |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | |
| 64 | 64 | public function isTraitable() |
| 65 | 65 | { |
| 66 | - return false; |
|
| 66 | + return FALSE; |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | public function getDebugInfo() |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | public function isTraitable() |
| 66 | 66 | { |
| 67 | - return false; |
|
| 67 | + return FALSE; |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | public function getDebugInfo() |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | public function isTraitable() |
| 66 | 66 | { |
| 67 | - return false; |
|
| 67 | + return FALSE; |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | public function getDebugInfo() |
@@ -7,7 +7,7 @@ discard block |
||
| 7 | 7 | { |
| 8 | 8 | parent::__construct($env); |
| 9 | 9 | |
| 10 | - $this->parent = false; |
|
| 10 | + $this->parent = FALSE; |
|
| 11 | 11 | |
| 12 | 12 | $this->blocks = array( |
| 13 | 13 | 'title' => array($this, 'block_title'), |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 21, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
| 43 | 43 | // line 22 |
| 44 | 44 | echo " <link rel=\"shortcut icon\" href=\""; |
| 45 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 22, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
| 45 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 22, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", NULL, TRUE); |
|
| 46 | 46 | echo "\" /> |
| 47 | 47 | "; |
| 48 | 48 | } |
@@ -60,13 +60,13 @@ discard block |
||
| 60 | 60 | type=\"application/opensearchdescription+xml\" |
| 61 | 61 | href=\""; |
| 62 | 62 | // line 29 |
| 63 | - echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 29, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => $context["version"])), "html", null, true); |
|
| 63 | + echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 29, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => $context["version"])), "html", NULL, TRUE); |
|
| 64 | 64 | echo "/opensearch.xml\" |
| 65 | 65 | title=\""; |
| 66 | 66 | // line 30 |
| 67 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 30, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 67 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 30, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 68 | 68 | echo " ("; |
| 69 | - echo twig_escape_filter($this->env, $context["version"], "html", null, true); |
|
| 69 | + echo twig_escape_filter($this->env, $context["version"], "html", NULL, TRUE); |
|
| 70 | 70 | echo ")\" /> |
| 71 | 71 | "; |
| 72 | 72 | } |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | // line 6 |
| 90 | 90 | public function block_title($context, array $blocks = array()) |
| 91 | 91 | { |
| 92 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 92 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | // line 8 |
@@ -97,31 +97,31 @@ discard block |
||
| 97 | 97 | { |
| 98 | 98 | // line 9 |
| 99 | 99 | echo " <link rel=\"stylesheet\" type=\"text/css\" href=\""; |
| 100 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap.min.css"), "html", null, true); |
|
| 100 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap.min.css"), "html", NULL, TRUE); |
|
| 101 | 101 | echo "\"> |
| 102 | 102 | <link rel=\"stylesheet\" type=\"text/css\" href=\""; |
| 103 | 103 | // line 10 |
| 104 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap-theme.min.css"), "html", null, true); |
|
| 104 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap-theme.min.css"), "html", NULL, TRUE); |
|
| 105 | 105 | echo "\"> |
| 106 | 106 | <link rel=\"stylesheet\" type=\"text/css\" href=\""; |
| 107 | 107 | // line 11 |
| 108 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/sami.css"), "html", null, true); |
|
| 108 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/sami.css"), "html", NULL, TRUE); |
|
| 109 | 109 | echo "\"> |
| 110 | 110 | <script src=\""; |
| 111 | 111 | // line 12 |
| 112 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/jquery-1.11.1.min.js"), "html", null, true); |
|
| 112 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/jquery-1.11.1.min.js"), "html", NULL, TRUE); |
|
| 113 | 113 | echo "\"></script> |
| 114 | 114 | <script src=\""; |
| 115 | 115 | // line 13 |
| 116 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/bootstrap.min.js"), "html", null, true); |
|
| 116 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/bootstrap.min.js"), "html", NULL, TRUE); |
|
| 117 | 117 | echo "\"></script> |
| 118 | 118 | <script src=\""; |
| 119 | 119 | // line 14 |
| 120 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/typeahead.min.js"), "html", null, true); |
|
| 120 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/typeahead.min.js"), "html", NULL, TRUE); |
|
| 121 | 121 | echo "\"></script> |
| 122 | 122 | <script src=\""; |
| 123 | 123 | // line 15 |
| 124 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "sami.js"), "html", null, true); |
|
| 124 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "sami.js"), "html", NULL, TRUE); |
|
| 125 | 125 | echo "\"></script> |
| 126 | 126 | <meta name=\"MobileOptimized\" content=\"width\"> |
| 127 | 127 | <meta name=\"HandheldFriendly\" content=\"true\"> |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | echo "\" data-name=\""; |
| 139 | 139 | $this->displayBlock('page_id', $context, $blocks); |
| 140 | 140 | echo "\" data-root-path=\""; |
| 141 | - echo twig_escape_filter($this->env, (isset($context["root_path"]) || array_key_exists("root_path", $context) ? $context["root_path"] : (function () { throw new Twig_Error_Runtime('Variable "root_path" does not exist.', 36, $this->getSourceContext()); })()), "html", null, true); |
|
| 141 | + echo twig_escape_filter($this->env, (isset($context["root_path"]) || array_key_exists("root_path", $context) ? $context["root_path"] : (function () { throw new Twig_Error_Runtime('Variable "root_path" does not exist.', 36, $this->getSourceContext()); })()), "html", NULL, TRUE); |
|
| 142 | 142 | echo "\"> |
| 143 | 143 | "; |
| 144 | 144 | // line 37 |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | |
| 173 | 173 | public function isTraitable() |
| 174 | 174 | { |
| 175 | - return false; |
|
| 175 | + return FALSE; |
|
| 176 | 176 | } |
| 177 | 177 | |
| 178 | 178 | public function getDebugInfo() |