5751c271b7af3fff0ab974a900905d59.php
7.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/footer.twig */
class __TwigTemplate_78f2983509b129bcbae4e5bc5c67ba84 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<footer>
<div class=\"container\">
<div class=\"row\">
";
// line 4
if (($context["informations"] ?? null)) {
// line 5
yield " <div class=\"col-sm-3\">
<h5>";
// line 6
yield ($context["text_information"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
";
// line 8
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["informations"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["information"]) {
// line 9
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["information"], "href", [], "any", false, false, false, 9);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["information"], "title", [], "any", false, false, false, 9);
yield "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['information'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
yield " </ul>
</div>
";
}
// line 14
yield " <div class=\"col-sm-3\">
<h5>";
// line 15
yield ($context["text_service"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 17
yield ($context["contact"] ?? null);
yield "\">";
yield ($context["text_contact"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 18
yield ($context["return"] ?? null);
yield "\">";
yield ($context["text_return"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 19
yield ($context["sitemap"] ?? null);
yield "\">";
yield ($context["text_sitemap"] ?? null);
yield "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 23
yield ($context["text_extra"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 25
yield ($context["manufacturer"] ?? null);
yield "\">";
yield ($context["text_manufacturer"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 26
yield ($context["voucher"] ?? null);
yield "\">";
yield ($context["text_voucher"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 27
yield ($context["affiliate"] ?? null);
yield "\">";
yield ($context["text_affiliate"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 28
yield ($context["special"] ?? null);
yield "\">";
yield ($context["text_special"] ?? null);
yield "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 32
yield ($context["text_account"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 34
yield ($context["account"] ?? null);
yield "\">";
yield ($context["text_account"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 35
yield ($context["order"] ?? null);
yield "\">";
yield ($context["text_order"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 36
yield ($context["wishlist"] ?? null);
yield "\">";
yield ($context["text_wishlist"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 37
yield ($context["newsletter"] ?? null);
yield "\">";
yield ($context["text_newsletter"] ?? null);
yield "</a></li>
</ul>
</div>
</div>
<hr>
<p>";
// line 42
yield ($context["powered"] ?? null);
yield "</p>
</div>
</footer>
";
// line 45
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["styles"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["style"]) {
// line 46
yield "<link href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "href", [], "any", false, false, false, 46);
yield "\" type=\"text/css\" rel=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "rel", [], "any", false, false, false, 46);
yield "\" media=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "media", [], "any", false, false, false, 46);
yield "\" />
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['style'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 48
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["scripts"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["script"]) {
// line 49
yield "<script src=\"";
yield $context["script"];
yield "\" type=\"text/javascript\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['script'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 51
yield "<!--
OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
Please donate via PayPal to donate@opencart.com
//-->
</body></html>";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/template/common/footer.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 203 => 51, 194 => 49, 190 => 48, 177 => 46, 173 => 45, 167 => 42, 157 => 37, 151 => 36, 145 => 35, 139 => 34, 134 => 32, 125 => 28, 119 => 27, 113 => 26, 107 => 25, 102 => 23, 93 => 19, 87 => 18, 81 => 17, 76 => 15, 73 => 14, 68 => 11, 57 => 9, 53 => 8, 48 => 6, 45 => 5, 43 => 4, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/footer.twig", "");
}
}