@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | foreach ($context['_seq'] as $context["_key"] => $context["version"]) { |
166 | 166 | // line 58 |
167 | 167 | echo " <option value=\""; |
168 | - echo twig_escape_filter($this->env, $this->env->getExtension('sami')->pathForStaticFile($context, (("../" . $context["version"]) . "/index.html")), "html", null, true); |
|
168 | + echo twig_escape_filter($this->env, $this->env->getExtension('sami')->pathForStaticFile($context, (("../".$context["version"])."/index.html")), "html", null, true); |
|
169 | 169 | echo "\""; |
170 | 170 | echo ((($context["version"] == $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "version", array()))) ? (" selected") : ("")); |
171 | 171 | echo ">"; |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | |
218 | 218 | public function getDebugInfo() |
219 | 219 | { |
220 | - return array ( 202 => 74, 199 => 73, 185 => 63, 180 => 60, 167 => 58, 163 => 57, 159 => 55, 157 => 54, 154 => 53, 151 => 52, 146 => 49, 143 => 48, 133 => 41, 129 => 40, 125 => 39, 120 => 38, 114 => 36, 112 => 35, 108 => 34, 99 => 30, 88 => 21, 85 => 20, 79 => 13, 73 => 11, 65 => 15, 62 => 14, 60 => 13, 57 => 12, 55 => 11, 51 => 10, 45 => 7, 41 => 6, 37 => 4, 34 => 3, 11 => 1,); |
|
220 | + return array(202 => 74, 199 => 73, 185 => 63, 180 => 60, 167 => 58, 163 => 57, 159 => 55, 157 => 54, 154 => 53, 151 => 52, 146 => 49, 143 => 48, 133 => 41, 129 => 40, 125 => 39, 120 => 38, 114 => 36, 112 => 35, 108 => 34, 99 => 30, 88 => 21, 85 => 20, 79 => 13, 73 => 11, 65 => 15, 62 => 14, 60 => 13, 57 => 12, 55 => 11, 51 => 10, 45 => 7, 41 => 6, 37 => 4, 34 => 3, 11 => 1,); |
|
221 | 221 | } |
222 | 222 | } |
223 | 223 | /* {% extends "layout/base.twig" %}*/ |
@@ -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"]) ? $context["namespace"] : $this->getContext($context, "namespace")), array("\\" => "_"))), "html", null, true); |
|
51 | + echo twig_escape_filter($this->env, ("namespace:".twig_replace_filter((isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), array("\\" => "_"))), "html", null, true); |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | // line 7 |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | |
156 | 156 | public function getDebugInfo() |
157 | 157 | { |
158 | - return array ( 142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
|
158 | + return array(142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
|
159 | 159 | } |
160 | 160 | } |
161 | 161 | /* {% extends "layout/layout.twig" %}*/ |
@@ -118,7 +118,7 @@ |
||
118 | 118 | |
119 | 119 | public function getDebugInfo() |
120 | 120 | { |
121 | - return array ( 105 => 28, 99 => 24, 88 => 22, 85 => 21, 83 => 20, 78 => 18, 75 => 17, 70 => 16, 67 => 15, 64 => 14, 59 => 13, 57 => 12, 54 => 11, 52 => 10, 46 => 6, 43 => 5, 37 => 3, 30 => 2, 11 => 1,); |
|
121 | + return array(105 => 28, 99 => 24, 88 => 22, 85 => 21, 83 => 20, 78 => 18, 75 => 17, 70 => 16, 67 => 15, 64 => 14, 59 => 13, 57 => 12, 54 => 11, 52 => 10, 46 => 6, 43 => 5, 37 => 3, 30 => 2, 11 => 1,); |
|
122 | 122 | } |
123 | 123 | } |
124 | 124 | /* {% extends "layout/layout.twig" %}*/ |
@@ -5,7 +5,7 @@ |
||
5 | 5 | $iterator = Finder::create() |
6 | 6 | ->files() |
7 | 7 | ->name('*.php') |
8 | - ->in(__DIR__ . '/src') |
|
8 | + ->in(__DIR__.'/src') |
|
9 | 9 | ; |
10 | 10 | |
11 | 11 | return new Sami($iterator, array( |
@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | public function getDebugInfo() |
71 | 71 | { |
72 | - return array ( 55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
72 | + return array(55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
73 | 73 | } |
74 | 74 | } |
75 | 75 | /* {% extends "layout/layout.twig" %}*/ |