65f475cfb8b2c10a7ca5c10bc85ebaad4f40f713309bf6e93e59ab3959685757.php
7.54 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
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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_095914b04076c5765a8029522dfff278289ca928a3a097ff1599ca56143b6229 extends \Twig\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
echo "<footer>
<div class=\"container\">
<div class=\"row\">
";
// line 4
if (($context["informations"] ?? null)) {
// line 5
echo " <div class=\"col-sm-3\">
<h5>";
// line 6
echo ($context["text_information"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
";
// line 8
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["informations"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["information"]) {
// line 9
echo " <li><a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["information"], "href", [], "any", false, false, false, 9);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["information"], "title", [], "any", false, false, false, 9);
echo "</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
echo " </ul>
</div>
";
}
// line 14
echo " <div class=\"col-sm-3\">
<h5>";
// line 15
echo ($context["text_service"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 17
echo ($context["contact"] ?? null);
echo "\">";
echo ($context["text_contact"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 18
echo ($context["return"] ?? null);
echo "\">";
echo ($context["text_return"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 19
echo ($context["sitemap"] ?? null);
echo "\">";
echo ($context["text_sitemap"] ?? null);
echo "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 23
echo ($context["text_extra"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 25
echo ($context["manufacturer"] ?? null);
echo "\">";
echo ($context["text_manufacturer"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 26
echo ($context["voucher"] ?? null);
echo "\">";
echo ($context["text_voucher"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 27
echo ($context["affiliate"] ?? null);
echo "\">";
echo ($context["text_affiliate"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 28
echo ($context["special"] ?? null);
echo "\">";
echo ($context["text_special"] ?? null);
echo "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 32
echo ($context["text_account"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 34
echo ($context["account"] ?? null);
echo "\">";
echo ($context["text_account"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 35
echo ($context["order"] ?? null);
echo "\">";
echo ($context["text_order"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 36
echo ($context["wishlist"] ?? null);
echo "\">";
echo ($context["text_wishlist"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 37
echo ($context["newsletter"] ?? null);
echo "\">";
echo ($context["text_newsletter"] ?? null);
echo "</a></li>
</ul>
</div>
</div>
<hr>
<p>";
// line 42
echo ($context["powered"] ?? null);
echo "</p>
</div>
</footer>
";
// line 45
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["styles"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["style"]) {
// line 46
echo "<link href=\"";
echo twig_get_attribute($this->env, $this->source, $context["style"], "href", [], "any", false, false, false, 46);
echo "\" type=\"text/css\" rel=\"";
echo twig_get_attribute($this->env, $this->source, $context["style"], "rel", [], "any", false, false, false, 46);
echo "\" media=\"";
echo twig_get_attribute($this->env, $this->source, $context["style"], "media", [], "any", false, false, false, 46);
echo "\" />
";
}
$_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'] = twig_ensure_traversable(($context["scripts"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["script"]) {
// line 49
echo "<script src=\"";
echo $context["script"];
echo "\" 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
echo "<!--
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>";
}
public function getTemplateName()
{
return "default/template/common/footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 202 => 51, 193 => 49, 189 => 48, 176 => 46, 172 => 45, 166 => 42, 156 => 37, 150 => 36, 144 => 35, 138 => 34, 133 => 32, 124 => 28, 118 => 27, 112 => 26, 106 => 25, 101 => 23, 92 => 19, 86 => 18, 80 => 17, 75 => 15, 72 => 14, 67 => 11, 56 => 9, 52 => 8, 47 => 6, 44 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/footer.twig", "");
}
}