Рамиз Мирзаев

Init commit

Showing 1000 changed files with 4916 additions and 0 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

This diff is collapsed. Click to expand it.
1 +"2"
...\ No newline at end of file ...\ No newline at end of file
1 +"2"
...\ No newline at end of file ...\ No newline at end of file
1 +"1"
...\ No newline at end of file ...\ No newline at end of file
1 +{"uk-ua":{"language_id":"1","name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430","code":"uk-ua","locale":"uk_UA.UTF-8,uk_UA,uk-ua,uk,ukrainian","image":"uk-ua.png","directory":"uk-ua","sort_order":"1","status":"1"}}
...\ No newline at end of file ...\ No newline at end of file
1 +[]
...\ No newline at end of file ...\ No newline at end of file
File mode changed
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* common/dashboard.twig */
17 +class __TwigTemplate_645f308cbd17f5ff13697d9f140791d6 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield ($context["header"] ?? null);
39 + yield ($context["column_left"] ?? null);
40 + yield "
41 +<div id=\"content\">
42 + <div class=\"page-header\">
43 + <div class=\"container-fluid\">
44 + <div class=\"pull-right\">
45 + <button type=\"button\" id=\"button-developer\" title=\"";
46 + // line 6
47 + yield ($context["button_developer"] ?? null);
48 + yield "\" data-loading-text=\"";
49 + yield ($context["text_loading"] ?? null);
50 + yield "\" class=\"btn btn-info\"><i class=\"fa fa-cog\"></i></button>
51 + </div>
52 + <h1>";
53 + // line 8
54 + yield ($context["heading_title"] ?? null);
55 + yield "</h1>
56 + <ul class=\"breadcrumb\">
57 + ";
58 + // line 10
59 + $context['_parent'] = $context;
60 + $context['_seq'] = CoreExtension::ensureTraversable(($context["breadcrumbs"] ?? null));
61 + foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb"]) {
62 + // line 11
63 + yield " <li><a href=\"";
64 + yield CoreExtension::getAttribute($this->env, $this->source, $context["breadcrumb"], "href", [], "any", false, false, false, 11);
65 + yield "\">";
66 + yield CoreExtension::getAttribute($this->env, $this->source, $context["breadcrumb"], "text", [], "any", false, false, false, 11);
67 + yield "</a></li>
68 + ";
69 + }
70 + $_parent = $context['_parent'];
71 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumb'], $context['_parent'], $context['loop']);
72 + $context = array_intersect_key($context, $_parent) + $_parent;
73 + // line 13
74 + yield " </ul>
75 + </div>
76 + </div>
77 + <div class=\"container-fluid\">";
78 + // line 16
79 + if (($context["error_install"] ?? null)) {
80 + // line 17
81 + yield " <div class=\"alert alert-danger alert-dismissible\">
82 + <button type=\"button\" class=\"close pull-right\" data-dismiss=\"alert\">&times;</button>
83 + <i class=\"fa fa-exclamation-circle\"></i> ";
84 + // line 19
85 + yield ($context["error_install"] ?? null);
86 + yield "</div>
87 + ";
88 + }
89 + // line 21
90 + yield " ";
91 + $context['_parent'] = $context;
92 + $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null));
93 + foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
94 + // line 22
95 + yield " <div class=\"row\">";
96 + $context['_parent'] = $context;
97 + $context['_seq'] = CoreExtension::ensureTraversable($context["row"]);
98 + foreach ($context['_seq'] as $context["_key"] => $context["dashboard_1"]) {
99 + // line 23
100 + yield " ";
101 + $context["class"] = Twig\Extension\CoreExtension::sprintf("col-lg-%s %s", CoreExtension::getAttribute($this->env, $this->source, $context["dashboard_1"], "width", [], "any", false, false, false, 23), "col-md-3 col-sm-6");
102 + // line 24
103 + yield " ";
104 + $context['_parent'] = $context;
105 + $context['_seq'] = CoreExtension::ensureTraversable($context["row"]);
106 + foreach ($context['_seq'] as $context["_key"] => $context["dashboard_2"]) {
107 + // line 25
108 + yield " ";
109 + if ((CoreExtension::getAttribute($this->env, $this->source, $context["dashboard_2"], "width", [], "any", false, false, false, 25) > 3)) {
110 + // line 26
111 + yield " ";
112 + $context["class"] = Twig\Extension\CoreExtension::sprintf("col-lg-%s %s", CoreExtension::getAttribute($this->env, $this->source, $context["dashboard_1"], "width", [], "any", false, false, false, 26), "col-md-12 col-sm-12");
113 + // line 27
114 + yield " ";
115 + }
116 + // line 28
117 + yield " ";
118 + }
119 + $_parent = $context['_parent'];
120 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dashboard_2'], $context['_parent'], $context['loop']);
121 + $context = array_intersect_key($context, $_parent) + $_parent;
122 + // line 29
123 + yield " <div class=\"";
124 + yield ($context["class"] ?? null);
125 + yield "\">";
126 + yield CoreExtension::getAttribute($this->env, $this->source, $context["dashboard_1"], "output", [], "any", false, false, false, 29);
127 + yield "</div>
128 + ";
129 + }
130 + $_parent = $context['_parent'];
131 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dashboard_1'], $context['_parent'], $context['loop']);
132 + $context = array_intersect_key($context, $_parent) + $_parent;
133 + // line 30
134 + yield "</div>
135 + ";
136 + }
137 + $_parent = $context['_parent'];
138 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
139 + $context = array_intersect_key($context, $_parent) + $_parent;
140 + // line 31
141 + yield "</div>
142 + ";
143 + // line 32
144 + yield ($context["security"] ?? null);
145 + yield "
146 + <script type=\"text/javascript\"><!--
147 +\$('#button-developer').on('click', function() {
148 +\t\$.ajax({
149 +\t\turl: 'index.php?route=common/developer&user_token=";
150 + // line 36
151 + yield ($context["user_token"] ?? null);
152 + yield "',
153 +\t\tdataType: 'html',
154 +\t\tbeforeSend: function() {
155 +\t\t\t\$('#button-developer').button('loading');
156 +\t\t},
157 +\t\tcomplete: function() {
158 +\t\t\t\$('#button-developer').button('reset');
159 +\t\t},
160 +\t\tsuccess: function(html) {
161 +\t\t\t\$('#modal-developer').remove();
162 +\t\t\t
163 +\t\t\t\$('body').prepend('<div id=\"modal-developer\" class=\"modal\">' + html + '</div>');
164 +\t\t\t
165 +\t\t\t\$('#modal-developer').modal('show');
166 +\t\t},
167 +\t\terror: function(xhr, ajaxOptions, thrownError) {
168 +\t\t\talert(thrownError + \"\\r\\n\" + xhr.statusText + \"\\r\\n\" + xhr.responseText);
169 +\t\t}
170 +\t});\t
171 +});\t
172 +//--></script>
173 +</div>
174 +";
175 + // line 58
176 + yield ($context["footer"] ?? null);
177 + return; yield '';
178 + }
179 +
180 + /**
181 + * @codeCoverageIgnore
182 + */
183 + public function getTemplateName()
184 + {
185 + return "common/dashboard.twig";
186 + }
187 +
188 + /**
189 + * @codeCoverageIgnore
190 + */
191 + public function isTraitable()
192 + {
193 + return false;
194 + }
195 +
196 + /**
197 + * @codeCoverageIgnore
198 + */
199 + public function getDebugInfo()
200 + {
201 + return array ( 176 => 58, 151 => 36, 144 => 32, 141 => 31, 134 => 30, 123 => 29, 117 => 28, 114 => 27, 111 => 26, 108 => 25, 103 => 24, 100 => 23, 95 => 22, 90 => 21, 85 => 19, 81 => 17, 79 => 16, 74 => 13, 63 => 11, 59 => 10, 54 => 8, 47 => 6, 38 => 1,);
202 + }
203 +
204 + public function getSourceContext()
205 + {
206 + return new Source("", "common/dashboard.twig", "");
207 + }
208 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* extension/dashboard/chart_info.twig */
17 +class __TwigTemplate_63e40ddc5483dc8145e6e44276a3aaaa extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"panel panel-default\">
39 + <div class=\"panel-heading\">
40 + <div class=\"pull-right\"><a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\"><i class=\"fa fa-calendar\"></i> <i class=\"caret\"></i></a>
41 + <ul id=\"range\" class=\"dropdown-menu dropdown-menu-right\">
42 + <li><a href=\"day\">";
43 + // line 5
44 + yield ($context["text_day"] ?? null);
45 + yield "</a></li>
46 + <li><a href=\"week\">";
47 + // line 6
48 + yield ($context["text_week"] ?? null);
49 + yield "</a></li>
50 + <li class=\"active\"><a href=\"month\">";
51 + // line 7
52 + yield ($context["text_month"] ?? null);
53 + yield "</a></li>
54 + <li><a href=\"year\">";
55 + // line 8
56 + yield ($context["text_year"] ?? null);
57 + yield "</a></li>
58 + </ul>
59 + </div>
60 + <h3 class=\"panel-title\"><i class=\"fa fa-bar-chart-o\"></i> ";
61 + // line 11
62 + yield ($context["heading_title"] ?? null);
63 + yield "</h3>
64 + </div>
65 + <div class=\"panel-body\">
66 + <div id=\"chart-sale\" style=\"width: 100%; height: 260px;\"></div>
67 + </div>
68 +</div>
69 +<script type=\"text/javascript\" src=\"view/javascript/jquery/flot/jquery.flot.js\"></script>
70 +<script type=\"text/javascript\" src=\"view/javascript/jquery/flot/jquery.flot.resize.min.js\"></script>
71 +<script type=\"text/javascript\"><!--
72 +\$('#range a').on('click', function(e) {
73 +\te.preventDefault();
74 +\t
75 +\t\$(this).parent().parent().find('li').removeClass('active');
76 +\t
77 +\t\$(this).parent().addClass('active');
78 +\t
79 +\t\$.ajax({
80 +\t\ttype: 'get',
81 +\t\turl: 'index.php?route=extension/dashboard/chart/chart&user_token=";
82 + // line 29
83 + yield ($context["user_token"] ?? null);
84 + yield "&range=' + \$(this).attr('href'),
85 +\t\tdataType: 'json',
86 +\t\tsuccess: function(json) {
87 + if (typeof json['order'] == 'undefined') { return false; }
88 +\t\t\t
89 +\t\t\tvar option = {\t
90 +\t\t\t\tshadowSize: 0,
91 +\t\t\t\tcolors: ['#9FD5F1', '#1065D2'],
92 +\t\t\t\tbars: {
93 +\t\t\t\t\tshow: true,
94 +\t\t\t\t\tfill: true,
95 +\t\t\t\t\tlineWidth: 1
96 +\t\t\t\t},
97 +\t\t\t\tgrid: {
98 +\t\t\t\t\tbackgroundColor: '#FFFFFF',
99 +\t\t\t\t\thoverable: true
100 +\t\t\t\t},
101 +\t\t\t\tpoints: {
102 +\t\t\t\t\tshow: false
103 +\t\t\t\t},
104 +\t\t\t\txaxis: {
105 +\t\t\t\t\tshow: true,
106 + \t\tticks: json['xaxis']
107 +\t\t\t\t}
108 +\t\t\t}
109 +\t\t\t
110 +\t\t\t\$.plot('#chart-sale', [json['order'], json['customer']], option);\t
111 +\t\t\t\t\t
112 +\t\t\t\$('#chart-sale').bind('plothover', function(event, pos, item) {
113 +\t\t\t\t\$('.tooltip').remove();
114 +\t\t\t
115 +\t\t\t\tif (item) {
116 +\t\t\t\t\t\$('<div id=\"tooltip\" class=\"tooltip top in\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\">' + item.datapoint[1].toFixed(2) + '</div></div>').prependTo('body');
117 +\t\t\t\t\t
118 +\t\t\t\t\t\$('#tooltip').css({
119 +\t\t\t\t\t\tposition: 'absolute',
120 +\t\t\t\t\t\tleft: item.pageX - (\$('#tooltip').outerWidth() / 2),
121 +\t\t\t\t\t\ttop: item.pageY - \$('#tooltip').outerHeight(),
122 +\t\t\t\t\t\tpointer: 'cusror'
123 +\t\t\t\t\t}).fadeIn('slow');\t
124 +\t\t\t\t\t
125 +\t\t\t\t\t\$('#chart-sale').css('cursor', 'pointer');\t\t
126 +\t\t\t \t} else {
127 +\t\t\t\t\t\$('#chart-sale').css('cursor', 'auto');
128 +\t\t\t\t}
129 +\t\t\t});
130 +\t\t},
131 + error: function(xhr, ajaxOptions, thrownError) {
132 + alert(thrownError + \"\\r\\n\" + xhr.statusText + \"\\r\\n\" + xhr.responseText);
133 + }
134 +\t});
135 +});
136 +
137 +\$('#range .active a').trigger('click');
138 +//--></script> ";
139 + return; yield '';
140 + }
141 +
142 + /**
143 + * @codeCoverageIgnore
144 + */
145 + public function getTemplateName()
146 + {
147 + return "extension/dashboard/chart_info.twig";
148 + }
149 +
150 + /**
151 + * @codeCoverageIgnore
152 + */
153 + public function isTraitable()
154 + {
155 + return false;
156 + }
157 +
158 + /**
159 + * @codeCoverageIgnore
160 + */
161 + public function getDebugInfo()
162 + {
163 + return array ( 83 => 29, 62 => 11, 56 => 8, 52 => 7, 48 => 6, 44 => 5, 38 => 1,);
164 + }
165 +
166 + public function getSourceContext()
167 + {
168 + return new Source("", "extension/dashboard/chart_info.twig", "");
169 + }
170 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/product/review.twig */
16 +class __TwigTemplate_18920efd05b3a9626f33dc9a01db1aa6006fbec243a4499698f76b8f260ccd04 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + if (($context["reviews"] ?? null)) {
38 + // line 2
39 + $context['_parent'] = $context;
40 + $context['_seq'] = twig_ensure_traversable(($context["reviews"] ?? null));
41 + foreach ($context['_seq'] as $context["_key"] => $context["review"]) {
42 + // line 3
43 + echo "<table class=\"table table-striped table-bordered\">
44 + <tr>
45 + <td style=\"width: 50%;\"><strong>";
46 + // line 5
47 + echo twig_get_attribute($this->env, $this->source, $context["review"], "author", [], "any", false, false, false, 5);
48 + echo "</strong></td>
49 + <td class=\"text-right\">";
50 + // line 6
51 + echo twig_get_attribute($this->env, $this->source, $context["review"], "date_added", [], "any", false, false, false, 6);
52 + echo "</td>
53 + </tr>
54 + <tr>
55 + <td colspan=\"2\"><p>";
56 + // line 9
57 + echo twig_get_attribute($this->env, $this->source, $context["review"], "text", [], "any", false, false, false, 9);
58 + echo "</p>
59 + ";
60 + // line 10
61 + $context['_parent'] = $context;
62 + $context['_seq'] = twig_ensure_traversable(range(1, 5));
63 + foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
64 + // line 11
65 + echo " ";
66 + if ((twig_get_attribute($this->env, $this->source, $context["review"], "rating", [], "any", false, false, false, 11) < $context["i"])) {
67 + echo " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span> ";
68 + } else {
69 + echo " <span class=\"fa fa-stack\"><i class=\"fa fa-star fa-stack-2x\"></i><i class=\"fa fa-star-o fa-stack-2x\"></i></span> ";
70 + }
71 + // line 12
72 + echo " ";
73 + }
74 + $_parent = $context['_parent'];
75 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
76 + $context = array_intersect_key($context, $_parent) + $_parent;
77 + echo "</td>
78 + </tr>
79 +</table>
80 +";
81 + }
82 + $_parent = $context['_parent'];
83 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['review'], $context['_parent'], $context['loop']);
84 + $context = array_intersect_key($context, $_parent) + $_parent;
85 + // line 16
86 + echo "<div class=\"row\">
87 + <div class=\"col-sm-6 text-left\">";
88 + // line 17
89 + echo ($context["pagination"] ?? null);
90 + echo "</div>
91 + <div class=\"col-sm-6 text-right\">";
92 + // line 18
93 + echo ($context["results"] ?? null);
94 + echo "</div>
95 +</div>
96 +";
97 + } else {
98 + // line 21
99 + echo "<p>";
100 + echo ($context["text_no_reviews"] ?? null);
101 + echo "</p>
102 +";
103 + }
104 + }
105 +
106 + public function getTemplateName()
107 + {
108 + return "default/template/product/review.twig";
109 + }
110 +
111 + public function isTraitable()
112 + {
113 + return false;
114 + }
115 +
116 + public function getDebugInfo()
117 + {
118 + return array ( 99 => 21, 93 => 18, 89 => 17, 86 => 16, 72 => 12, 65 => 11, 61 => 10, 57 => 9, 51 => 6, 47 => 5, 43 => 3, 39 => 2, 37 => 1,);
119 + }
120 +
121 + public function getSourceContext()
122 + {
123 + return new Source("", "default/template/product/review.twig", "");
124 + }
125 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* extension/dashboard/recent_info.twig */
17 +class __TwigTemplate_7fde69e7068a0fa95656f79ed81865a0 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"panel panel-default\">
39 + <div class=\"panel-heading\">
40 + <h3 class=\"panel-title\"><i class=\"fa fa-shopping-cart\"></i> ";
41 + // line 3
42 + yield ($context["heading_title"] ?? null);
43 + yield "</h3>
44 + </div>
45 + <div class=\"table-responsive\">
46 + <table class=\"table\">
47 + <thead>
48 + <tr>
49 + <td class=\"text-right\">";
50 + // line 9
51 + yield ($context["column_order_id"] ?? null);
52 + yield "</td>
53 + <td>";
54 + // line 10
55 + yield ($context["column_customer"] ?? null);
56 + yield "</td>
57 + <td>";
58 + // line 11
59 + yield ($context["column_status"] ?? null);
60 + yield "</td>
61 + <td>";
62 + // line 12
63 + yield ($context["column_date_added"] ?? null);
64 + yield "</td>
65 + <td class=\"text-right\">";
66 + // line 13
67 + yield ($context["column_total"] ?? null);
68 + yield "</td>
69 + <td class=\"text-right\">";
70 + // line 14
71 + yield ($context["column_action"] ?? null);
72 + yield "</td>
73 + </tr>
74 + </thead>
75 + <tbody>
76 + ";
77 + // line 18
78 + if (($context["orders"] ?? null)) {
79 + // line 19
80 + yield " ";
81 + $context['_parent'] = $context;
82 + $context['_seq'] = CoreExtension::ensureTraversable(($context["orders"] ?? null));
83 + foreach ($context['_seq'] as $context["_key"] => $context["order"]) {
84 + // line 20
85 + yield " <tr>
86 + <td class=\"text-right\">";
87 + // line 21
88 + yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "order_id", [], "any", false, false, false, 21);
89 + yield "</td>
90 + <td>";
91 + // line 22
92 + yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "customer", [], "any", false, false, false, 22);
93 + yield "</td>
94 + <td>";
95 + // line 23
96 + yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "status", [], "any", false, false, false, 23);
97 + yield "</td>
98 + <td>";
99 + // line 24
100 + yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "date_added", [], "any", false, false, false, 24);
101 + yield "</td>
102 + <td class=\"text-right\">";
103 + // line 25
104 + yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "total", [], "any", false, false, false, 25);
105 + yield "</td>
106 + <td class=\"text-right\"><a href=\"";
107 + // line 26
108 + yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "view", [], "any", false, false, false, 26);
109 + yield "\" data-toggle=\"tooltip\" title=\"";
110 + yield ($context["button_view"] ?? null);
111 + yield "\" class=\"btn btn-info\"><i class=\"fa fa-eye\"></i></a></td>
112 + </tr>
113 + ";
114 + }
115 + $_parent = $context['_parent'];
116 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['order'], $context['_parent'], $context['loop']);
117 + $context = array_intersect_key($context, $_parent) + $_parent;
118 + // line 29
119 + yield " ";
120 + } else {
121 + // line 30
122 + yield " <tr>
123 + <td class=\"text-center\" colspan=\"6\">";
124 + // line 31
125 + yield ($context["text_no_results"] ?? null);
126 + yield "</td>
127 + </tr>
128 + ";
129 + }
130 + // line 34
131 + yield " </tbody>
132 + </table>
133 + </div>
134 +</div>
135 +";
136 + return; yield '';
137 + }
138 +
139 + /**
140 + * @codeCoverageIgnore
141 + */
142 + public function getTemplateName()
143 + {
144 + return "extension/dashboard/recent_info.twig";
145 + }
146 +
147 + /**
148 + * @codeCoverageIgnore
149 + */
150 + public function isTraitable()
151 + {
152 + return false;
153 + }
154 +
155 + /**
156 + * @codeCoverageIgnore
157 + */
158 + public function getDebugInfo()
159 + {
160 + return array ( 131 => 34, 125 => 31, 122 => 30, 119 => 29, 108 => 26, 104 => 25, 100 => 24, 96 => 23, 92 => 22, 88 => 21, 85 => 20, 80 => 19, 78 => 18, 71 => 14, 67 => 13, 63 => 12, 59 => 11, 55 => 10, 51 => 9, 42 => 3, 38 => 1,);
161 + }
162 +
163 + public function getSourceContext()
164 + {
165 + return new Source("", "extension/dashboard/recent_info.twig", "");
166 + }
167 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/extension/module/featured.twig */
16 +class __TwigTemplate_c784c8d8ddcacc3ea47bcbed8b9a441b62083520d32c19779c35181dd0f828f0 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<h3>";
38 + echo ($context["heading_title"] ?? null);
39 + echo "</h3>
40 +<div class=\"row\">
41 + ";
42 + // line 3
43 + $context['_parent'] = $context;
44 + $context['_seq'] = twig_ensure_traversable(($context["products"] ?? null));
45 + foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
46 + // line 4
47 + echo " <div class=\"product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12\">
48 + <div class=\"product-thumb transition\">
49 + <div class=\"image\"><a href=\"";
50 + // line 6
51 + echo twig_get_attribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 6);
52 + echo "\"><img src=\"";
53 + echo twig_get_attribute($this->env, $this->source, $context["product"], "thumb", [], "any", false, false, false, 6);
54 + echo "\" alt=\"";
55 + echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
56 + echo "\" title=\"";
57 + echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
58 + echo "\" class=\"img-responsive\" /></a></div>
59 + <div class=\"caption\">
60 + <h4><a href=\"";
61 + // line 8
62 + echo twig_get_attribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 8);
63 + echo "\">";
64 + echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 8);
65 + echo "</a></h4>
66 + <p>";
67 + // line 9
68 + echo twig_get_attribute($this->env, $this->source, $context["product"], "description", [], "any", false, false, false, 9);
69 + echo "</p>
70 + ";
71 + // line 10
72 + if (twig_get_attribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 10)) {
73 + // line 11
74 + echo " <div class=\"rating\">
75 + ";
76 + // line 12
77 + $context['_parent'] = $context;
78 + $context['_seq'] = twig_ensure_traversable(5);
79 + foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
80 + // line 13
81 + echo " ";
82 + if ((twig_get_attribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 13) < $context["i"])) {
83 + // line 14
84 + echo " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span>
85 + ";
86 + } else {
87 + // line 16
88 + echo " <span class=\"fa fa-stack\"><i class=\"fa fa-star fa-stack-2x\"></i><i class=\"fa fa-star-o fa-stack-2x\"></i></span>
89 + ";
90 + }
91 + // line 18
92 + echo " ";
93 + }
94 + $_parent = $context['_parent'];
95 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
96 + $context = array_intersect_key($context, $_parent) + $_parent;
97 + // line 19
98 + echo " </div>
99 + ";
100 + }
101 + // line 21
102 + echo " ";
103 + if (twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 21)) {
104 + // line 22
105 + echo " <p class=\"price\">
106 + ";
107 + // line 23
108 + if ( !twig_get_attribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 23)) {
109 + // line 24
110 + echo " ";
111 + echo twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 24);
112 + echo "
113 + ";
114 + } else {
115 + // line 26
116 + echo " <span class=\"price-new\">";
117 + echo twig_get_attribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 26);
118 + echo "</span> <span class=\"price-old\">";
119 + echo twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 26);
120 + echo "</span>
121 + ";
122 + }
123 + // line 28
124 + echo " ";
125 + if (twig_get_attribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 28)) {
126 + // line 29
127 + echo " <span class=\"price-tax\">";
128 + echo ($context["text_tax"] ?? null);
129 + echo " ";
130 + echo twig_get_attribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 29);
131 + echo "</span>
132 + ";
133 + }
134 + // line 31
135 + echo " </p>
136 + ";
137 + }
138 + // line 33
139 + echo " </div>
140 + <div class=\"button-group\">
141 + <button type=\"button\" onclick=\"cart.add('";
142 + // line 35
143 + echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 35);
144 + echo "');\"><i class=\"fa fa-shopping-cart\"></i> <span class=\"hidden-xs hidden-sm hidden-md\">";
145 + echo ($context["button_cart"] ?? null);
146 + echo "</span></button>
147 + <button type=\"button\" data-toggle=\"tooltip\" title=\"";
148 + // line 36
149 + echo ($context["button_wishlist"] ?? null);
150 + echo "\" onclick=\"wishlist.add('";
151 + echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 36);
152 + echo "');\"><i class=\"fa fa-heart\"></i></button>
153 + <button type=\"button\" data-toggle=\"tooltip\" title=\"";
154 + // line 37
155 + echo ($context["button_compare"] ?? null);
156 + echo "\" onclick=\"compare.add('";
157 + echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 37);
158 + echo "');\"><i class=\"fa fa-exchange\"></i></button>
159 + </div>
160 + </div>
161 + </div>
162 + ";
163 + }
164 + $_parent = $context['_parent'];
165 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
166 + $context = array_intersect_key($context, $_parent) + $_parent;
167 + // line 42
168 + echo "</div>
169 +";
170 + }
171 +
172 + public function getTemplateName()
173 + {
174 + return "default/template/extension/module/featured.twig";
175 + }
176 +
177 + public function isTraitable()
178 + {
179 + return false;
180 + }
181 +
182 + public function getDebugInfo()
183 + {
184 + return array ( 168 => 42, 155 => 37, 149 => 36, 143 => 35, 139 => 33, 135 => 31, 127 => 29, 124 => 28, 116 => 26, 110 => 24, 108 => 23, 105 => 22, 102 => 21, 98 => 19, 92 => 18, 88 => 16, 84 => 14, 81 => 13, 77 => 12, 74 => 11, 72 => 10, 68 => 9, 62 => 8, 51 => 6, 47 => 4, 43 => 3, 37 => 1,);
185 + }
186 +
187 + public function getSourceContext()
188 + {
189 + return new Source("", "default/template/extension/module/featured.twig", "");
190 + }
191 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/extension/module/featured.twig */
17 +class __TwigTemplate_83bfbef6815bf06560c4a9255f06f0b6 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<h3>";
39 + yield ($context["heading_title"] ?? null);
40 + yield "</h3>
41 +<div class=\"row\">
42 + ";
43 + // line 3
44 + $context['_parent'] = $context;
45 + $context['_seq'] = CoreExtension::ensureTraversable(($context["products"] ?? null));
46 + foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
47 + // line 4
48 + yield " <div class=\"product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12\">
49 + <div class=\"product-thumb transition\">
50 + <div class=\"image\"><a href=\"";
51 + // line 6
52 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 6);
53 + yield "\"><img src=\"";
54 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "thumb", [], "any", false, false, false, 6);
55 + yield "\" alt=\"";
56 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
57 + yield "\" title=\"";
58 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
59 + yield "\" class=\"img-responsive\" /></a></div>
60 + <div class=\"caption\">
61 + <h4><a href=\"";
62 + // line 8
63 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 8);
64 + yield "\">";
65 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 8);
66 + yield "</a></h4>
67 + <p>";
68 + // line 9
69 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "description", [], "any", false, false, false, 9);
70 + yield "</p>
71 + ";
72 + // line 10
73 + if (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 10)) {
74 + // line 11
75 + yield " <div class=\"rating\">
76 + ";
77 + // line 12
78 + $context['_parent'] = $context;
79 + $context['_seq'] = CoreExtension::ensureTraversable(5);
80 + foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
81 + // line 13
82 + yield " ";
83 + if ((CoreExtension::getAttribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 13) < $context["i"])) {
84 + // line 14
85 + yield " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span>
86 + ";
87 + } else {
88 + // line 16
89 + yield " <span class=\"fa fa-stack\"><i class=\"fa fa-star fa-stack-2x\"></i><i class=\"fa fa-star-o fa-stack-2x\"></i></span>
90 + ";
91 + }
92 + // line 18
93 + yield " ";
94 + }
95 + $_parent = $context['_parent'];
96 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
97 + $context = array_intersect_key($context, $_parent) + $_parent;
98 + // line 19
99 + yield " </div>
100 + ";
101 + }
102 + // line 21
103 + yield " ";
104 + if (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 21)) {
105 + // line 22
106 + yield " <p class=\"price\">
107 + ";
108 + // line 23
109 + if ( !CoreExtension::getAttribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 23)) {
110 + // line 24
111 + yield " ";
112 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 24);
113 + yield "
114 + ";
115 + } else {
116 + // line 26
117 + yield " <span class=\"price-new\">";
118 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 26);
119 + yield "</span> <span class=\"price-old\">";
120 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 26);
121 + yield "</span>
122 + ";
123 + }
124 + // line 28
125 + yield " ";
126 + if (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 28)) {
127 + // line 29
128 + yield " <span class=\"price-tax\">";
129 + yield ($context["text_tax"] ?? null);
130 + yield " ";
131 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 29);
132 + yield "</span>
133 + ";
134 + }
135 + // line 31
136 + yield " </p>
137 + ";
138 + }
139 + // line 33
140 + yield " </div>
141 + <div class=\"button-group\">
142 + <button type=\"button\" onclick=\"cart.add('";
143 + // line 35
144 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 35);
145 + yield "');\"><i class=\"fa fa-shopping-cart\"></i> <span class=\"hidden-xs hidden-sm hidden-md\">";
146 + yield ($context["button_cart"] ?? null);
147 + yield "</span></button>
148 + <button type=\"button\" data-toggle=\"tooltip\" title=\"";
149 + // line 36
150 + yield ($context["button_wishlist"] ?? null);
151 + yield "\" onclick=\"wishlist.add('";
152 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 36);
153 + yield "');\"><i class=\"fa fa-heart\"></i></button>
154 + <button type=\"button\" data-toggle=\"tooltip\" title=\"";
155 + // line 37
156 + yield ($context["button_compare"] ?? null);
157 + yield "\" onclick=\"compare.add('";
158 + yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 37);
159 + yield "');\"><i class=\"fa fa-exchange\"></i></button>
160 + </div>
161 + </div>
162 + </div>
163 + ";
164 + }
165 + $_parent = $context['_parent'];
166 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
167 + $context = array_intersect_key($context, $_parent) + $_parent;
168 + // line 42
169 + yield "</div>
170 +";
171 + return; yield '';
172 + }
173 +
174 + /**
175 + * @codeCoverageIgnore
176 + */
177 + public function getTemplateName()
178 + {
179 + return "default/template/extension/module/featured.twig";
180 + }
181 +
182 + /**
183 + * @codeCoverageIgnore
184 + */
185 + public function isTraitable()
186 + {
187 + return false;
188 + }
189 +
190 + /**
191 + * @codeCoverageIgnore
192 + */
193 + public function getDebugInfo()
194 + {
195 + return array ( 169 => 42, 156 => 37, 150 => 36, 144 => 35, 140 => 33, 136 => 31, 128 => 29, 125 => 28, 117 => 26, 111 => 24, 109 => 23, 106 => 22, 103 => 21, 99 => 19, 93 => 18, 89 => 16, 85 => 14, 82 => 13, 78 => 12, 75 => 11, 73 => 10, 69 => 9, 63 => 8, 52 => 6, 48 => 4, 44 => 3, 38 => 1,);
196 + }
197 +
198 + public function getSourceContext()
199 + {
200 + return new Source("", "default/template/extension/module/featured.twig", "");
201 + }
202 +}
This diff is collapsed. Click to expand it.
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/common/content_top.twig */
16 +class __TwigTemplate_cd031aef338eff64aafe64f5009a200ae7b66868fce497eca2c8bd2013135d85 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + $context['_parent'] = $context;
38 + $context['_seq'] = twig_ensure_traversable(($context["modules"] ?? null));
39 + foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
40 + // line 2
41 + echo $context["module"];
42 + echo "
43 +";
44 + }
45 + $_parent = $context['_parent'];
46 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
47 + $context = array_intersect_key($context, $_parent) + $_parent;
48 + }
49 +
50 + public function getTemplateName()
51 + {
52 + return "default/template/common/content_top.twig";
53 + }
54 +
55 + public function isTraitable()
56 + {
57 + return false;
58 + }
59 +
60 + public function getDebugInfo()
61 + {
62 + return array ( 41 => 2, 37 => 1,);
63 + }
64 +
65 + public function getSourceContext()
66 + {
67 + return new Source("", "default/template/common/content_top.twig", "");
68 + }
69 +}
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/common/language.twig */
16 +class __TwigTemplate_f2994740b617d18e23ed8ab68913987326a3cfc1c1d49dd8113141a20b4fdd61 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + if ((twig_length_filter($this->env, ($context["languages"] ?? null)) > 1)) {
38 + // line 2
39 + echo "<div class=\"pull-left\">
40 + <form action=\"";
41 + // line 3
42 + echo ($context["action"] ?? null);
43 + echo "\" method=\"post\" enctype=\"multipart/form-data\" id=\"form-language\">
44 + <div class=\"btn-group\">
45 + <button class=\"btn btn-link dropdown-toggle\" data-toggle=\"dropdown\">
46 + ";
47 + // line 6
48 + $context['_parent'] = $context;
49 + $context['_seq'] = twig_ensure_traversable(($context["languages"] ?? null));
50 + foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
51 + // line 7
52 + echo " ";
53 + if ((twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 7) == ($context["code"] ?? null))) {
54 + echo "
55 + <img src=\"catalog/language/";
56 + // line 8
57 + echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
58 + echo "/";
59 + echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
60 + echo ".png\" alt=\"";
61 + echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
62 + echo "\" title=\"";
63 + echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
64 + echo "\">
65 + ";
66 + }
67 + // line 10
68 + echo " ";
69 + }
70 + $_parent = $context['_parent'];
71 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
72 + $context = array_intersect_key($context, $_parent) + $_parent;
73 + // line 11
74 + echo " <span class=\"hidden-xs hidden-sm hidden-md\">";
75 + echo ($context["text_language"] ?? null);
76 + echo "</span>&nbsp;<i class=\"fa fa-caret-down\"></i></button>
77 + <ul class=\"dropdown-menu\">
78 + ";
79 + // line 13
80 + $context['_parent'] = $context;
81 + $context['_seq'] = twig_ensure_traversable(($context["languages"] ?? null));
82 + foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
83 + // line 14
84 + echo " <li>
85 + <button class=\"btn btn-link btn-block language-select\" type=\"button\" name=\"";
86 + // line 15
87 + echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
88 + echo "\"><img src=\"catalog/language/";
89 + echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
90 + echo "/";
91 + echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
92 + echo ".png\" alt=\"";
93 + echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
94 + echo "\" title=\"";
95 + echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
96 + echo "\" /> ";
97 + echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
98 + echo "</button>
99 + </li>
100 + ";
101 + }
102 + $_parent = $context['_parent'];
103 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
104 + $context = array_intersect_key($context, $_parent) + $_parent;
105 + // line 18
106 + echo " </ul>
107 + </div>
108 + <input type=\"hidden\" name=\"code\" value=\"\" />
109 + <input type=\"hidden\" name=\"redirect\" value=\"";
110 + // line 21
111 + echo ($context["redirect"] ?? null);
112 + echo "\" />
113 + </form>
114 +</div>
115 +";
116 + }
117 + }
118 +
119 + public function getTemplateName()
120 + {
121 + return "default/template/common/language.twig";
122 + }
123 +
124 + public function isTraitable()
125 + {
126 + return false;
127 + }
128 +
129 + public function getDebugInfo()
130 + {
131 + return array ( 111 => 21, 106 => 18, 87 => 15, 84 => 14, 80 => 13, 74 => 11, 68 => 10, 57 => 8, 52 => 7, 48 => 6, 42 => 3, 39 => 2, 37 => 1,);
132 + }
133 +
134 + public function getSourceContext()
135 + {
136 + return new Source("", "default/template/common/language.twig", "");
137 + }
138 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/blog/menu.twig */
17 +class __TwigTemplate_035228b126f7856a7956ece659d42675 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "\t<div class=\"pull-left\">
39 +\t<div class=\"btn-group\">
40 + <button class=\"btn btn-link dropdown-toggle\" data-toggle=\"dropdown\">
41 +\t<i class=\"fa fa-book\"></i> <span class=\"hidden-xs hidden-sm hidden-md\">";
42 + // line 4
43 + yield ($context["text_blog"] ?? null);
44 + yield "</span> <i class=\"fa fa-caret-down\"></i>
45 +\t</button>
46 +\t<ul class=\"dropdown-menu\">
47 +\t";
48 + // line 7
49 + $context['_parent'] = $context;
50 + $context['_seq'] = CoreExtension::ensureTraversable(($context["categories"] ?? null));
51 + foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
52 + // line 8
53 + yield " ";
54 + if (CoreExtension::getAttribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 8)) {
55 + // line 9
56 + yield " <li><a href=\"";
57 + yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 9);
58 + yield "\">";
59 + yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 9);
60 + yield "</a></li>
61 + ";
62 + // line 10
63 + $context['_parent'] = $context;
64 + $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::batch(CoreExtension::getAttribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 10), (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 10)) / Twig\Extension\CoreExtension::round(CoreExtension::getAttribute($this->env, $this->source, $context["category"], "column", [], "any", false, false, false, 10), 1, "ceil"))));
65 + foreach ($context['_seq'] as $context["_key"] => $context["children"]) {
66 + yield "
67 +\t\t\t\t";
68 + // line 11
69 + $context['_parent'] = $context;
70 + $context['_seq'] = CoreExtension::ensureTraversable($context["children"]);
71 + foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
72 + // line 12
73 + yield " <li><a href=\"";
74 + yield CoreExtension::getAttribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 12);
75 + yield "\"><i class=\"fa fa-angle-right\"></i> ";
76 + yield CoreExtension::getAttribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 12);
77 + yield "</a></li>
78 +\t\t\t\t";
79 + }
80 + $_parent = $context['_parent'];
81 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
82 + $context = array_intersect_key($context, $_parent) + $_parent;
83 + // line 14
84 + yield "\t\t\t";
85 + }
86 + $_parent = $context['_parent'];
87 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['children'], $context['_parent'], $context['loop']);
88 + $context = array_intersect_key($context, $_parent) + $_parent;
89 + // line 15
90 + yield "\t\t";
91 + } else {
92 + // line 16
93 + yield " <li><a href=\"";
94 + yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 16);
95 + yield "\">";
96 + yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 16);
97 + yield "</a></li>
98 + ";
99 + }
100 + // line 18
101 + yield "\t";
102 + }
103 + $_parent = $context['_parent'];
104 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
105 + $context = array_intersect_key($context, $_parent) + $_parent;
106 + // line 19
107 + yield "\t<li><a href=\"";
108 + yield ($context["blog"] ?? null);
109 + yield "\" class=\"see-all\">";
110 + yield ($context["text_all"] ?? null);
111 + yield " ";
112 + yield ($context["text_blog"] ?? null);
113 + yield "</a></li>
114 +\t</ul>
115 +\t</div>
116 +\t</div>";
117 + return; yield '';
118 + }
119 +
120 + /**
121 + * @codeCoverageIgnore
122 + */
123 + public function getTemplateName()
124 + {
125 + return "default/template/blog/menu.twig";
126 + }
127 +
128 + /**
129 + * @codeCoverageIgnore
130 + */
131 + public function isTraitable()
132 + {
133 + return false;
134 + }
135 +
136 + /**
137 + * @codeCoverageIgnore
138 + */
139 + public function getDebugInfo()
140 + {
141 + return array ( 107 => 19, 101 => 18, 93 => 16, 90 => 15, 84 => 14, 73 => 12, 69 => 11, 63 => 10, 56 => 9, 53 => 8, 49 => 7, 43 => 4, 38 => 1,);
142 + }
143 +
144 + public function getSourceContext()
145 + {
146 + return new Source("", "default/template/blog/menu.twig", "");
147 + }
148 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/common/language.twig */
17 +class __TwigTemplate_caff0536ccb09d1b99e9e12dcb40cd76 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["languages"] ?? null)) > 1)) {
39 + // line 2
40 + yield "<div class=\"pull-left\">
41 + <form action=\"";
42 + // line 3
43 + yield ($context["action"] ?? null);
44 + yield "\" method=\"post\" enctype=\"multipart/form-data\" id=\"form-language\">
45 + <div class=\"btn-group\">
46 + <button class=\"btn btn-link dropdown-toggle\" data-toggle=\"dropdown\">
47 + ";
48 + // line 6
49 + $context['_parent'] = $context;
50 + $context['_seq'] = CoreExtension::ensureTraversable(($context["languages"] ?? null));
51 + foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
52 + // line 7
53 + yield " ";
54 + if ((CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 7) == ($context["code"] ?? null))) {
55 + yield "
56 + <img src=\"catalog/language/";
57 + // line 8
58 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
59 + yield "/";
60 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
61 + yield ".png\" alt=\"";
62 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
63 + yield "\" title=\"";
64 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
65 + yield "\">
66 + ";
67 + }
68 + // line 10
69 + yield " ";
70 + }
71 + $_parent = $context['_parent'];
72 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
73 + $context = array_intersect_key($context, $_parent) + $_parent;
74 + // line 11
75 + yield " <span class=\"hidden-xs hidden-sm hidden-md\">";
76 + yield ($context["text_language"] ?? null);
77 + yield "</span>&nbsp;<i class=\"fa fa-caret-down\"></i></button>
78 + <ul class=\"dropdown-menu\">
79 + ";
80 + // line 13
81 + $context['_parent'] = $context;
82 + $context['_seq'] = CoreExtension::ensureTraversable(($context["languages"] ?? null));
83 + foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
84 + // line 14
85 + yield " <li>
86 + <button class=\"btn btn-link btn-block language-select\" type=\"button\" name=\"";
87 + // line 15
88 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
89 + yield "\"><img src=\"catalog/language/";
90 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
91 + yield "/";
92 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
93 + yield ".png\" alt=\"";
94 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
95 + yield "\" title=\"";
96 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
97 + yield "\" /> ";
98 + yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
99 + yield "</button>
100 + </li>
101 + ";
102 + }
103 + $_parent = $context['_parent'];
104 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
105 + $context = array_intersect_key($context, $_parent) + $_parent;
106 + // line 18
107 + yield " </ul>
108 + </div>
109 + <input type=\"hidden\" name=\"code\" value=\"\" />
110 + <input type=\"hidden\" name=\"redirect\" value=\"";
111 + // line 21
112 + yield ($context["redirect"] ?? null);
113 + yield "\" />
114 + </form>
115 +</div>
116 +";
117 + }
118 + return; yield '';
119 + }
120 +
121 + /**
122 + * @codeCoverageIgnore
123 + */
124 + public function getTemplateName()
125 + {
126 + return "default/template/common/language.twig";
127 + }
128 +
129 + /**
130 + * @codeCoverageIgnore
131 + */
132 + public function isTraitable()
133 + {
134 + return false;
135 + }
136 +
137 + /**
138 + * @codeCoverageIgnore
139 + */
140 + public function getDebugInfo()
141 + {
142 + return array ( 112 => 21, 107 => 18, 88 => 15, 85 => 14, 81 => 13, 75 => 11, 69 => 10, 58 => 8, 53 => 7, 49 => 6, 43 => 3, 40 => 2, 38 => 1,);
143 + }
144 +
145 + public function getSourceContext()
146 + {
147 + return new Source("", "default/template/common/language.twig", "");
148 + }
149 +}
This diff is collapsed. Click to expand it.
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* search/search.twig */
17 +class __TwigTemplate_0ef1a498ea60223de711a8ac48de3e27 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<form id=\"oc-search\" class=\"navbar-form\" role=\"search\">
39 + <div class=\"input-group\">
40 + <div class=\"input-group-btn\">
41 + <a class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\">
42 + <i class=\"fa fa-search\"></i>
43 + <span class=\"caret\"></span>
44 + </a>
45 + <ul class=\"dropdown-menu dropdown-menu-left alerts-dropdown\">
46 + <li class=\"dropdown-header\">";
47 + // line 9
48 + yield ($context["text_search_options"] ?? null);
49 + yield "</li>
50 + <li><a onclick=\"setOption('catalog', '";
51 + // line 10
52 + yield ($context["text_catalog_placeholder"] ?? null);
53 + yield "'); return false;\"><i class=\"fa fa-book\"></i><span>";
54 + yield ($context["text_catalog"] ?? null);
55 + yield "</span></a></li>
56 + <li><a onclick=\"setOption('customers', '";
57 + // line 11
58 + yield ($context["text_customers_placeholder"] ?? null);
59 + yield "'); return false;\"><i class=\"fa fa-group\"></i><span>";
60 + yield ($context["text_customers"] ?? null);
61 + yield "</span></a></li>
62 + <li><a onclick=\"setOption('orders', '";
63 + // line 12
64 + yield ($context["text_orders_placeholder"] ?? null);
65 + yield "'); return false;\"><i class=\"fa fa-credit-card\"></i><span>";
66 + yield ($context["text_orders"] ?? null);
67 + yield "</span></a></li>
68 + </ul>
69 + </div>
70 + <input id=\"oc-search-input\" type=\"text\" class=\"form-control\" placeholder=\"";
71 + // line 15
72 + yield ($context["text_search_placeholder"] ?? null);
73 + yield "\" name=\"query\" autocomplete=\"off\" />
74 + <input id=\"oc-search-option\" type=\"hidden\" name=\"search-option\" value=\"catalog\" />
75 + <div id=\"loader-search\"><img src=\"view/image/loader-search.gif\" alt=\"\" /></div>
76 + </div>
77 +</form>
78 +<div id=\"oc-search-result\"></div>
79 +<script type=\"text/javascript\">
80 + function setOption(option, text) {
81 + jQuery('#oc-search-option').val(option);
82 + jQuery('#oc-search-input').attr('placeholder', text);
83 + }
84 +
85 + jQuery('#oc-search-input').keyup(function(){
86 + var option = jQuery('#oc-search-option').val();
87 + var length = 3;
88 +
89 + if(option == 'orders') {
90 + length = 1;
91 + }
92 +
93 + if(this.value.length < length) {
94 + return false;
95 + }
96 +
97 + if(jQuery.support.leadingWhitespace == false) {
98 + return false;
99 + }
100 +
101 + jQuery('#loader-search').css('display', 'block');
102 +
103 + jQuery.ajax({
104 + type: 'get',
105 + url: 'index.php?route=search/search/search' + '&user_token=";
106 + // line 47
107 + yield ($context["user_token"] ?? null);
108 + yield "',\t\t
109 +\t\t\tdata: jQuery('#oc-search').serialize(),
110 + dataType: 'json',
111 + success:function(json){
112 + jQuery('#oc-search-result').css('display', 'block');
113 + jQuery('#loader-search').css('display', 'none');
114 +
115 + if(json['error']) {
116 + jQuery('#oc-search-result').html(json['error'])
117 + return;
118 + }
119 +
120 + jQuery('#oc-search-result').html(json['result'])
121 + }
122 + });
123 + });
124 +
125 + jQuery(document).mouseup(function (e) {
126 + var container = jQuery('#oc-search-result');
127 +
128 + if (!container.is(e.target) && container.has(e.target).length === 0) {
129 + container.hide();
130 + }
131 + });
132 +
133 + jQuery('#oc-search').submit(function(e) {
134 + e.preventDefault();
135 + });
136 +</script>
137 +";
138 + return; yield '';
139 + }
140 +
141 + /**
142 + * @codeCoverageIgnore
143 + */
144 + public function getTemplateName()
145 + {
146 + return "search/search.twig";
147 + }
148 +
149 + /**
150 + * @codeCoverageIgnore
151 + */
152 + public function isTraitable()
153 + {
154 + return false;
155 + }
156 +
157 + /**
158 + * @codeCoverageIgnore
159 + */
160 + public function getDebugInfo()
161 + {
162 + return array ( 107 => 47, 72 => 15, 64 => 12, 58 => 11, 52 => 10, 48 => 9, 38 => 1,);
163 + }
164 +
165 + public function getSourceContext()
166 + {
167 + return new Source("", "search/search.twig", "");
168 + }
169 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/common/content_bottom.twig */
17 +class __TwigTemplate_20077d3fae6fb4bcc496aed14ba7dad2 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + $context['_parent'] = $context;
39 + $context['_seq'] = CoreExtension::ensureTraversable(($context["modules"] ?? null));
40 + foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
41 + // line 2
42 + yield $context["module"];
43 + yield "
44 +";
45 + }
46 + $_parent = $context['_parent'];
47 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
48 + $context = array_intersect_key($context, $_parent) + $_parent;
49 + return; yield '';
50 + }
51 +
52 + /**
53 + * @codeCoverageIgnore
54 + */
55 + public function getTemplateName()
56 + {
57 + return "default/template/common/content_bottom.twig";
58 + }
59 +
60 + /**
61 + * @codeCoverageIgnore
62 + */
63 + public function isTraitable()
64 + {
65 + return false;
66 + }
67 +
68 + /**
69 + * @codeCoverageIgnore
70 + */
71 + public function getDebugInfo()
72 + {
73 + return array ( 42 => 2, 38 => 1,);
74 + }
75 +
76 + public function getSourceContext()
77 + {
78 + return new Source("", "default/template/common/content_bottom.twig", "");
79 + }
80 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/common/menu.twig */
16 +class __TwigTemplate_dee2b551e81ab88b08f07c26c62e8cbdd06acc5efe9fe9367a5ce7392b5a178b extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + if (($context["categories"] ?? null)) {
38 + // line 2
39 + echo "<div class=\"container\">
40 + <nav id=\"menu\" class=\"navbar\">
41 + <div class=\"navbar-header\"><span id=\"category\" class=\"visible-xs\">";
42 + // line 4
43 + echo ($context["text_category"] ?? null);
44 + echo "</span>
45 + <button type=\"button\" class=\"btn btn-navbar navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-ex1-collapse\"><i class=\"fa fa-bars\"></i></button>
46 + </div>
47 + <div class=\"collapse navbar-collapse navbar-ex1-collapse\">
48 + <ul class=\"nav navbar-nav\">
49 + ";
50 + // line 9
51 + $context['_parent'] = $context;
52 + $context['_seq'] = twig_ensure_traversable(($context["categories"] ?? null));
53 + foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
54 + // line 10
55 + echo " ";
56 + if (twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 10)) {
57 + // line 11
58 + echo " <li class=\"dropdown\"><a href=\"";
59 + echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 11);
60 + echo "\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">";
61 + echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 11);
62 + echo "</a>
63 + <div class=\"dropdown-menu\">
64 + <div class=\"dropdown-inner\"> ";
65 + // line 13
66 + $context['_parent'] = $context;
67 + $context['_seq'] = twig_ensure_traversable(twig_array_batch(twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 13), (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 13)) / twig_round(twig_get_attribute($this->env, $this->source, $context["category"], "column", [], "any", false, false, false, 13), 1, "ceil"))));
68 + foreach ($context['_seq'] as $context["_key"] => $context["children"]) {
69 + // line 14
70 + echo " <ul class=\"list-unstyled\">
71 + ";
72 + // line 15
73 + $context['_parent'] = $context;
74 + $context['_seq'] = twig_ensure_traversable($context["children"]);
75 + foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
76 + // line 16
77 + echo " <li><a href=\"";
78 + echo twig_get_attribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 16);
79 + echo "\">";
80 + echo twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 16);
81 + echo "</a></li>
82 + ";
83 + }
84 + $_parent = $context['_parent'];
85 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
86 + $context = array_intersect_key($context, $_parent) + $_parent;
87 + // line 18
88 + echo " </ul>
89 + ";
90 + }
91 + $_parent = $context['_parent'];
92 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['children'], $context['_parent'], $context['loop']);
93 + $context = array_intersect_key($context, $_parent) + $_parent;
94 + // line 19
95 + echo "</div>
96 + <a href=\"";
97 + // line 20
98 + echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 20);
99 + echo "\" class=\"see-all\">";
100 + echo ($context["text_all"] ?? null);
101 + echo " ";
102 + echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 20);
103 + echo "</a> </div>
104 + </li>
105 + ";
106 + } else {
107 + // line 23
108 + echo " <li><a href=\"";
109 + echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 23);
110 + echo "\">";
111 + echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 23);
112 + echo "</a></li>
113 + ";
114 + }
115 + // line 25
116 + echo " ";
117 + }
118 + $_parent = $context['_parent'];
119 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
120 + $context = array_intersect_key($context, $_parent) + $_parent;
121 + // line 26
122 + echo " </ul>
123 + </div>
124 + </nav>
125 +</div>
126 +";
127 + }
128 + // line 30
129 + echo " ";
130 + }
131 +
132 + public function getTemplateName()
133 + {
134 + return "default/template/common/menu.twig";
135 + }
136 +
137 + public function isTraitable()
138 + {
139 + return false;
140 + }
141 +
142 + public function getDebugInfo()
143 + {
144 + return array ( 129 => 30, 122 => 26, 116 => 25, 108 => 23, 98 => 20, 95 => 19, 88 => 18, 77 => 16, 73 => 15, 70 => 14, 66 => 13, 58 => 11, 55 => 10, 51 => 9, 43 => 4, 39 => 2, 37 => 1,);
145 + }
146 +
147 + public function getSourceContext()
148 + {
149 + return new Source("", "default/template/common/menu.twig", "");
150 + }
151 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/common/column_left.twig */
17 +class __TwigTemplate_6dba69384bf8cae44ff9814eb1a6ed36 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + if (($context["modules"] ?? null)) {
39 + // line 2
40 + yield "<aside id=\"column-left\" class=\"col-sm-3 hidden-xs\">
41 + ";
42 + // line 3
43 + $context['_parent'] = $context;
44 + $context['_seq'] = CoreExtension::ensureTraversable(($context["modules"] ?? null));
45 + foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
46 + // line 4
47 + yield " ";
48 + yield $context["module"];
49 + yield "
50 + ";
51 + }
52 + $_parent = $context['_parent'];
53 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
54 + $context = array_intersect_key($context, $_parent) + $_parent;
55 + // line 6
56 + yield "</aside>
57 +";
58 + }
59 + return; yield '';
60 + }
61 +
62 + /**
63 + * @codeCoverageIgnore
64 + */
65 + public function getTemplateName()
66 + {
67 + return "default/template/common/column_left.twig";
68 + }
69 +
70 + /**
71 + * @codeCoverageIgnore
72 + */
73 + public function isTraitable()
74 + {
75 + return false;
76 + }
77 +
78 + /**
79 + * @codeCoverageIgnore
80 + */
81 + public function getDebugInfo()
82 + {
83 + return array ( 56 => 6, 47 => 4, 43 => 3, 40 => 2, 38 => 1,);
84 + }
85 +
86 + public function getSourceContext()
87 + {
88 + return new Source("", "default/template/common/column_left.twig", "");
89 + }
90 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/common/column_right.twig */
17 +class __TwigTemplate_babf68b5e85aed4f33117758f832b697 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + if (($context["modules"] ?? null)) {
39 + // line 2
40 + yield "<aside id=\"column-right\" class=\"col-sm-3 hidden-xs\">
41 + ";
42 + // line 3
43 + $context['_parent'] = $context;
44 + $context['_seq'] = CoreExtension::ensureTraversable(($context["modules"] ?? null));
45 + foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
46 + // line 4
47 + yield " ";
48 + yield $context["module"];
49 + yield "
50 + ";
51 + }
52 + $_parent = $context['_parent'];
53 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
54 + $context = array_intersect_key($context, $_parent) + $_parent;
55 + // line 6
56 + yield "</aside>
57 +";
58 + }
59 + return; yield '';
60 + }
61 +
62 + /**
63 + * @codeCoverageIgnore
64 + */
65 + public function getTemplateName()
66 + {
67 + return "default/template/common/column_right.twig";
68 + }
69 +
70 + /**
71 + * @codeCoverageIgnore
72 + */
73 + public function isTraitable()
74 + {
75 + return false;
76 + }
77 +
78 + /**
79 + * @codeCoverageIgnore
80 + */
81 + public function getDebugInfo()
82 + {
83 + return array ( 56 => 6, 47 => 4, 43 => 3, 40 => 2, 38 => 1,);
84 + }
85 +
86 + public function getSourceContext()
87 + {
88 + return new Source("", "default/template/common/column_right.twig", "");
89 + }
90 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* install/step_1.twig */
16 +class __TwigTemplate_4c297b6c38896feda5794f3cb7f06c3ad2036741a13f604b6b55e191db4ab7ef extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo ($context["header"] ?? null);
38 + echo "
39 +<div class=\"container\">
40 + <header>
41 + <div class=\"row\">
42 + <div class=\"col-sm-6\">
43 + <h1 class=\"pull-left\">1<small>/4</small></h1>
44 + <h3>";
45 + // line 7
46 + echo ($context["heading_title"] ?? null);
47 + echo "<br>
48 + <small>";
49 + // line 8
50 + echo ($context["text_step_1"] ?? null);
51 + echo "</small></h3>
52 + </div>
53 + <div class=\"col-sm-6\">
54 + <div id=\"logo\" class=\"pull-right hidden-xs\"><img src=\"view/image/logo.png\" alt=\"ocStore\" title=\"ocStore\" /></div>
55 + </div>
56 + </div>
57 + </header>
58 + <div class=\"row\">
59 + <div class=\"col-sm-9\">
60 + <form action=\"";
61 + // line 17
62 + echo ($context["action"] ?? null);
63 + echo "\" method=\"post\" enctype=\"multipart/form-data\">
64 + <div class=\"terms\">";
65 + // line 18
66 + echo ($context["text_terms"] ?? null);
67 + echo "</div>
68 + <div class=\"buttons\">
69 + <div class=\"pull-right\">
70 + <input type=\"submit\" value=\"";
71 + // line 21
72 + echo ($context["button_continue"] ?? null);
73 + echo "\" class=\"btn btn-primary\" />
74 + </div>
75 + </div>
76 + </form>
77 + </div>
78 + <div class=\"col-sm-3\">";
79 + // line 26
80 + echo ($context["column_left"] ?? null);
81 + echo "</div>
82 + </div>
83 +</div>
84 +";
85 + // line 29
86 + echo ($context["footer"] ?? null);
87 + }
88 +
89 + public function getTemplateName()
90 + {
91 + return "install/step_1.twig";
92 + }
93 +
94 + public function isTraitable()
95 + {
96 + return false;
97 + }
98 +
99 + public function getDebugInfo()
100 + {
101 + return array ( 86 => 29, 80 => 26, 72 => 21, 66 => 18, 62 => 17, 50 => 8, 46 => 7, 37 => 1,);
102 + }
103 +
104 + public function getSourceContext()
105 + {
106 + return new Source("", "install/step_1.twig", "");
107 + }
108 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/common/footer.twig */
17 +class __TwigTemplate_78f2983509b129bcbae4e5bc5c67ba84 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<footer>
39 + <div class=\"container\">
40 + <div class=\"row\">
41 + ";
42 + // line 4
43 + if (($context["informations"] ?? null)) {
44 + // line 5
45 + yield " <div class=\"col-sm-3\">
46 + <h5>";
47 + // line 6
48 + yield ($context["text_information"] ?? null);
49 + yield "</h5>
50 + <ul class=\"list-unstyled\">
51 + ";
52 + // line 8
53 + $context['_parent'] = $context;
54 + $context['_seq'] = CoreExtension::ensureTraversable(($context["informations"] ?? null));
55 + foreach ($context['_seq'] as $context["_key"] => $context["information"]) {
56 + // line 9
57 + yield " <li><a href=\"";
58 + yield CoreExtension::getAttribute($this->env, $this->source, $context["information"], "href", [], "any", false, false, false, 9);
59 + yield "\">";
60 + yield CoreExtension::getAttribute($this->env, $this->source, $context["information"], "title", [], "any", false, false, false, 9);
61 + yield "</a></li>
62 + ";
63 + }
64 + $_parent = $context['_parent'];
65 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['information'], $context['_parent'], $context['loop']);
66 + $context = array_intersect_key($context, $_parent) + $_parent;
67 + // line 11
68 + yield " </ul>
69 + </div>
70 + ";
71 + }
72 + // line 14
73 + yield " <div class=\"col-sm-3\">
74 + <h5>";
75 + // line 15
76 + yield ($context["text_service"] ?? null);
77 + yield "</h5>
78 + <ul class=\"list-unstyled\">
79 + <li><a href=\"";
80 + // line 17
81 + yield ($context["contact"] ?? null);
82 + yield "\">";
83 + yield ($context["text_contact"] ?? null);
84 + yield "</a></li>
85 + <li><a href=\"";
86 + // line 18
87 + yield ($context["return"] ?? null);
88 + yield "\">";
89 + yield ($context["text_return"] ?? null);
90 + yield "</a></li>
91 + <li><a href=\"";
92 + // line 19
93 + yield ($context["sitemap"] ?? null);
94 + yield "\">";
95 + yield ($context["text_sitemap"] ?? null);
96 + yield "</a></li>
97 + </ul>
98 + </div>
99 + <div class=\"col-sm-3\">
100 + <h5>";
101 + // line 23
102 + yield ($context["text_extra"] ?? null);
103 + yield "</h5>
104 + <ul class=\"list-unstyled\">
105 + <li><a href=\"";
106 + // line 25
107 + yield ($context["manufacturer"] ?? null);
108 + yield "\">";
109 + yield ($context["text_manufacturer"] ?? null);
110 + yield "</a></li>
111 + <li><a href=\"";
112 + // line 26
113 + yield ($context["voucher"] ?? null);
114 + yield "\">";
115 + yield ($context["text_voucher"] ?? null);
116 + yield "</a></li>
117 + <li><a href=\"";
118 + // line 27
119 + yield ($context["affiliate"] ?? null);
120 + yield "\">";
121 + yield ($context["text_affiliate"] ?? null);
122 + yield "</a></li>
123 + <li><a href=\"";
124 + // line 28
125 + yield ($context["special"] ?? null);
126 + yield "\">";
127 + yield ($context["text_special"] ?? null);
128 + yield "</a></li>
129 + </ul>
130 + </div>
131 + <div class=\"col-sm-3\">
132 + <h5>";
133 + // line 32
134 + yield ($context["text_account"] ?? null);
135 + yield "</h5>
136 + <ul class=\"list-unstyled\">
137 + <li><a href=\"";
138 + // line 34
139 + yield ($context["account"] ?? null);
140 + yield "\">";
141 + yield ($context["text_account"] ?? null);
142 + yield "</a></li>
143 + <li><a href=\"";
144 + // line 35
145 + yield ($context["order"] ?? null);
146 + yield "\">";
147 + yield ($context["text_order"] ?? null);
148 + yield "</a></li>
149 + <li><a href=\"";
150 + // line 36
151 + yield ($context["wishlist"] ?? null);
152 + yield "\">";
153 + yield ($context["text_wishlist"] ?? null);
154 + yield "</a></li>
155 + <li><a href=\"";
156 + // line 37
157 + yield ($context["newsletter"] ?? null);
158 + yield "\">";
159 + yield ($context["text_newsletter"] ?? null);
160 + yield "</a></li>
161 + </ul>
162 + </div>
163 + </div>
164 + <hr>
165 + <p>";
166 + // line 42
167 + yield ($context["powered"] ?? null);
168 + yield "</p>
169 + </div>
170 +</footer>
171 +";
172 + // line 45
173 + $context['_parent'] = $context;
174 + $context['_seq'] = CoreExtension::ensureTraversable(($context["styles"] ?? null));
175 + foreach ($context['_seq'] as $context["_key"] => $context["style"]) {
176 + // line 46
177 + yield "<link href=\"";
178 + yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "href", [], "any", false, false, false, 46);
179 + yield "\" type=\"text/css\" rel=\"";
180 + yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "rel", [], "any", false, false, false, 46);
181 + yield "\" media=\"";
182 + yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "media", [], "any", false, false, false, 46);
183 + yield "\" />
184 +";
185 + }
186 + $_parent = $context['_parent'];
187 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['style'], $context['_parent'], $context['loop']);
188 + $context = array_intersect_key($context, $_parent) + $_parent;
189 + // line 48
190 + $context['_parent'] = $context;
191 + $context['_seq'] = CoreExtension::ensureTraversable(($context["scripts"] ?? null));
192 + foreach ($context['_seq'] as $context["_key"] => $context["script"]) {
193 + // line 49
194 + yield "<script src=\"";
195 + yield $context["script"];
196 + yield "\" type=\"text/javascript\"></script>
197 +";
198 + }
199 + $_parent = $context['_parent'];
200 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['script'], $context['_parent'], $context['loop']);
201 + $context = array_intersect_key($context, $_parent) + $_parent;
202 + // line 51
203 + yield "<!--
204 +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.
205 +Please donate via PayPal to donate@opencart.com
206 +//-->
207 +</body></html>";
208 + return; yield '';
209 + }
210 +
211 + /**
212 + * @codeCoverageIgnore
213 + */
214 + public function getTemplateName()
215 + {
216 + return "default/template/common/footer.twig";
217 + }
218 +
219 + /**
220 + * @codeCoverageIgnore
221 + */
222 + public function isTraitable()
223 + {
224 + return false;
225 + }
226 +
227 + /**
228 + * @codeCoverageIgnore
229 + */
230 + public function getDebugInfo()
231 + {
232 + 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,);
233 + }
234 +
235 + public function getSourceContext()
236 + {
237 + return new Source("", "default/template/common/footer.twig", "");
238 + }
239 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/common/home.twig */
16 +class __TwigTemplate_afa29637b6792a8ca030276dcd307b3bd6cc9b21a88cd815a05248463ea71c03 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo ($context["header"] ?? null);
38 + echo "
39 +<div id=\"common-home\" class=\"container\">
40 + <div class=\"row\">";
41 + // line 3
42 + echo ($context["column_left"] ?? null);
43 + echo "
44 + ";
45 + // line 4
46 + if ((($context["column_left"] ?? null) && ($context["column_right"] ?? null))) {
47 + // line 5
48 + echo " ";
49 + $context["class"] = "col-sm-6";
50 + // line 6
51 + echo " ";
52 + } elseif ((($context["column_left"] ?? null) || ($context["column_right"] ?? null))) {
53 + // line 7
54 + echo " ";
55 + $context["class"] = "col-sm-9";
56 + // line 8
57 + echo " ";
58 + } else {
59 + // line 9
60 + echo " ";
61 + $context["class"] = "col-sm-12";
62 + // line 10
63 + echo " ";
64 + }
65 + // line 11
66 + echo " <div id=\"content\" class=\"";
67 + echo ($context["class"] ?? null);
68 + echo "\">";
69 + echo ($context["content_top"] ?? null);
70 + echo ($context["content_bottom"] ?? null);
71 + echo "</div>
72 + ";
73 + // line 12
74 + echo ($context["column_right"] ?? null);
75 + echo "</div>
76 +</div>
77 +";
78 + // line 14
79 + echo ($context["footer"] ?? null);
80 + }
81 +
82 + public function getTemplateName()
83 + {
84 + return "default/template/common/home.twig";
85 + }
86 +
87 + public function isTraitable()
88 + {
89 + return false;
90 + }
91 +
92 + public function getDebugInfo()
93 + {
94 + return array ( 79 => 14, 74 => 12, 66 => 11, 63 => 10, 60 => 9, 57 => 8, 54 => 7, 51 => 6, 48 => 5, 46 => 4, 42 => 3, 37 => 1,);
95 + }
96 +
97 + public function getSourceContext()
98 + {
99 + return new Source("", "default/template/common/home.twig", "");
100 + }
101 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/common/footer.twig */
16 +class __TwigTemplate_095914b04076c5765a8029522dfff278289ca928a3a097ff1599ca56143b6229 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<footer>
38 + <div class=\"container\">
39 + <div class=\"row\">
40 + ";
41 + // line 4
42 + if (($context["informations"] ?? null)) {
43 + // line 5
44 + echo " <div class=\"col-sm-3\">
45 + <h5>";
46 + // line 6
47 + echo ($context["text_information"] ?? null);
48 + echo "</h5>
49 + <ul class=\"list-unstyled\">
50 + ";
51 + // line 8
52 + $context['_parent'] = $context;
53 + $context['_seq'] = twig_ensure_traversable(($context["informations"] ?? null));
54 + foreach ($context['_seq'] as $context["_key"] => $context["information"]) {
55 + // line 9
56 + echo " <li><a href=\"";
57 + echo twig_get_attribute($this->env, $this->source, $context["information"], "href", [], "any", false, false, false, 9);
58 + echo "\">";
59 + echo twig_get_attribute($this->env, $this->source, $context["information"], "title", [], "any", false, false, false, 9);
60 + echo "</a></li>
61 + ";
62 + }
63 + $_parent = $context['_parent'];
64 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['information'], $context['_parent'], $context['loop']);
65 + $context = array_intersect_key($context, $_parent) + $_parent;
66 + // line 11
67 + echo " </ul>
68 + </div>
69 + ";
70 + }
71 + // line 14
72 + echo " <div class=\"col-sm-3\">
73 + <h5>";
74 + // line 15
75 + echo ($context["text_service"] ?? null);
76 + echo "</h5>
77 + <ul class=\"list-unstyled\">
78 + <li><a href=\"";
79 + // line 17
80 + echo ($context["contact"] ?? null);
81 + echo "\">";
82 + echo ($context["text_contact"] ?? null);
83 + echo "</a></li>
84 + <li><a href=\"";
85 + // line 18
86 + echo ($context["return"] ?? null);
87 + echo "\">";
88 + echo ($context["text_return"] ?? null);
89 + echo "</a></li>
90 + <li><a href=\"";
91 + // line 19
92 + echo ($context["sitemap"] ?? null);
93 + echo "\">";
94 + echo ($context["text_sitemap"] ?? null);
95 + echo "</a></li>
96 + </ul>
97 + </div>
98 + <div class=\"col-sm-3\">
99 + <h5>";
100 + // line 23
101 + echo ($context["text_extra"] ?? null);
102 + echo "</h5>
103 + <ul class=\"list-unstyled\">
104 + <li><a href=\"";
105 + // line 25
106 + echo ($context["manufacturer"] ?? null);
107 + echo "\">";
108 + echo ($context["text_manufacturer"] ?? null);
109 + echo "</a></li>
110 + <li><a href=\"";
111 + // line 26
112 + echo ($context["voucher"] ?? null);
113 + echo "\">";
114 + echo ($context["text_voucher"] ?? null);
115 + echo "</a></li>
116 + <li><a href=\"";
117 + // line 27
118 + echo ($context["affiliate"] ?? null);
119 + echo "\">";
120 + echo ($context["text_affiliate"] ?? null);
121 + echo "</a></li>
122 + <li><a href=\"";
123 + // line 28
124 + echo ($context["special"] ?? null);
125 + echo "\">";
126 + echo ($context["text_special"] ?? null);
127 + echo "</a></li>
128 + </ul>
129 + </div>
130 + <div class=\"col-sm-3\">
131 + <h5>";
132 + // line 32
133 + echo ($context["text_account"] ?? null);
134 + echo "</h5>
135 + <ul class=\"list-unstyled\">
136 + <li><a href=\"";
137 + // line 34
138 + echo ($context["account"] ?? null);
139 + echo "\">";
140 + echo ($context["text_account"] ?? null);
141 + echo "</a></li>
142 + <li><a href=\"";
143 + // line 35
144 + echo ($context["order"] ?? null);
145 + echo "\">";
146 + echo ($context["text_order"] ?? null);
147 + echo "</a></li>
148 + <li><a href=\"";
149 + // line 36
150 + echo ($context["wishlist"] ?? null);
151 + echo "\">";
152 + echo ($context["text_wishlist"] ?? null);
153 + echo "</a></li>
154 + <li><a href=\"";
155 + // line 37
156 + echo ($context["newsletter"] ?? null);
157 + echo "\">";
158 + echo ($context["text_newsletter"] ?? null);
159 + echo "</a></li>
160 + </ul>
161 + </div>
162 + </div>
163 + <hr>
164 + <p>";
165 + // line 42
166 + echo ($context["powered"] ?? null);
167 + echo "</p>
168 + </div>
169 +</footer>
170 +";
171 + // line 45
172 + $context['_parent'] = $context;
173 + $context['_seq'] = twig_ensure_traversable(($context["styles"] ?? null));
174 + foreach ($context['_seq'] as $context["_key"] => $context["style"]) {
175 + // line 46
176 + echo "<link href=\"";
177 + echo twig_get_attribute($this->env, $this->source, $context["style"], "href", [], "any", false, false, false, 46);
178 + echo "\" type=\"text/css\" rel=\"";
179 + echo twig_get_attribute($this->env, $this->source, $context["style"], "rel", [], "any", false, false, false, 46);
180 + echo "\" media=\"";
181 + echo twig_get_attribute($this->env, $this->source, $context["style"], "media", [], "any", false, false, false, 46);
182 + echo "\" />
183 +";
184 + }
185 + $_parent = $context['_parent'];
186 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['style'], $context['_parent'], $context['loop']);
187 + $context = array_intersect_key($context, $_parent) + $_parent;
188 + // line 48
189 + $context['_parent'] = $context;
190 + $context['_seq'] = twig_ensure_traversable(($context["scripts"] ?? null));
191 + foreach ($context['_seq'] as $context["_key"] => $context["script"]) {
192 + // line 49
193 + echo "<script src=\"";
194 + echo $context["script"];
195 + echo "\" type=\"text/javascript\"></script>
196 +";
197 + }
198 + $_parent = $context['_parent'];
199 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['script'], $context['_parent'], $context['loop']);
200 + $context = array_intersect_key($context, $_parent) + $_parent;
201 + // line 51
202 + echo "<!--
203 +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.
204 +Please donate via PayPal to donate@opencart.com
205 +//-->
206 +</body></html>";
207 + }
208 +
209 + public function getTemplateName()
210 + {
211 + return "default/template/common/footer.twig";
212 + }
213 +
214 + public function isTraitable()
215 + {
216 + return false;
217 + }
218 +
219 + public function getDebugInfo()
220 + {
221 + 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,);
222 + }
223 +
224 + public function getSourceContext()
225 + {
226 + return new Source("", "default/template/common/footer.twig", "");
227 + }
228 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* common/column_left.twig */
16 +class __TwigTemplate_0f26b9c9327b25ba06f2e1da065dd767f46a8bab863a584b1d0176305e9d624c extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<ul class=\"list-group\">
38 + ";
39 + // line 2
40 + if ((twig_slice($this->env, ($context["route"] ?? null), 0, 8) != "upgrade/")) {
41 + // line 3
42 + echo " ";
43 + if ((($context["route"] ?? null) == "install/step_1")) {
44 + // line 4
45 + echo " <li class=\"list-group-item\"><b>";
46 + echo ($context["text_license"] ?? null);
47 + echo "</b></li>
48 + ";
49 + } else {
50 + // line 6
51 + echo " <li class=\"list-group-item\">";
52 + echo ($context["text_license"] ?? null);
53 + echo "</li>
54 + ";
55 + }
56 + // line 8
57 + echo " ";
58 + if ((($context["route"] ?? null) == "install/step_2")) {
59 + // line 9
60 + echo " <li class=\"list-group-item\"><b>";
61 + echo ($context["text_installation"] ?? null);
62 + echo "</b></li>
63 + ";
64 + } else {
65 + // line 11
66 + echo " <li class=\"list-group-item\">";
67 + echo ($context["text_installation"] ?? null);
68 + echo "</li>
69 + ";
70 + }
71 + // line 13
72 + echo " ";
73 + if ((($context["route"] ?? null) == "install/step_3")) {
74 + // line 14
75 + echo " <li class=\"list-group-item\"><b>";
76 + echo ($context["text_configuration"] ?? null);
77 + echo "</b></li>
78 + ";
79 + } else {
80 + // line 16
81 + echo " <li class=\"list-group-item\">";
82 + echo ($context["text_configuration"] ?? null);
83 + echo "</li>
84 + ";
85 + }
86 + // line 18
87 + echo " ";
88 + } else {
89 + // line 19
90 + echo " ";
91 + if ((($context["route"] ?? null) == "upgrade/upgrade")) {
92 + // line 20
93 + echo " <li class=\"list-group-item\"><b>";
94 + echo ($context["text_upgrade"] ?? null);
95 + echo "</b></li>
96 + ";
97 + } else {
98 + // line 22
99 + echo " <li class=\"list-group-item\">";
100 + echo ($context["text_upgrade"] ?? null);
101 + echo "</li>
102 + ";
103 + }
104 + // line 24
105 + echo " ";
106 + if ((($context["route"] ?? null) == "upgrade/upgrade/success")) {
107 + // line 25
108 + echo " <li class=\"list-group-item\"><b>";
109 + echo ($context["text_finished"] ?? null);
110 + echo "</b></li>
111 + ";
112 + } else {
113 + // line 27
114 + echo " <li class=\"list-group-item\">";
115 + echo ($context["text_finished"] ?? null);
116 + echo "</li>
117 + ";
118 + }
119 + // line 29
120 + echo " ";
121 + }
122 + // line 30
123 + echo "</ul>
124 +<form action=\"";
125 + // line 31
126 + echo ($context["action"] ?? null);
127 + echo "\" method=\"post\" enctype=\"multipart/form-data\" id=\"language\">
128 + <ul class=\"list-group\">
129 + <li class=\"list-group-item\">
130 + <div class=\"dropdown\">
131 + <button class=\"btn btn-default dropdown-toggle\" type=\"button\" data-toggle=\"dropdown\">";
132 + // line 35
133 + echo ($context["text_language"] ?? null);
134 + echo " <span class=\"caret\"></span></button>
135 + <ul class=\"dropdown-menu\">
136 + ";
137 + // line 37
138 + $context['_parent'] = $context;
139 + $context['_seq'] = twig_ensure_traversable(($context["languages"] ?? null));
140 + foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
141 + // line 38
142 + echo " <li><a href=\"";
143 + echo $context["language"];
144 + echo "\"><img src=\"language/";
145 + echo $context["language"];
146 + echo "/";
147 + echo $context["language"];
148 + echo ".png\" /></a></li>
149 + ";
150 + }
151 + $_parent = $context['_parent'];
152 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
153 + $context = array_intersect_key($context, $_parent) + $_parent;
154 + // line 40
155 + echo " </ul>
156 + </div>
157 + </li>
158 + </ul>
159 + <input type=\"hidden\" name=\"code\" value=\"\" />
160 + <input type=\"hidden\" name=\"redirect\" value=\"";
161 + // line 45
162 + echo ($context["redirect"] ?? null);
163 + echo "\" />
164 +</form>
165 +<script type=\"text/javascript\"><!--
166 +// Language
167 +\$('#language a').on('click', function(e) {
168 +\te.preventDefault();
169 +
170 +\t\$('#language input[name=\\'code\\']').val(\$(this).attr('href'));
171 +
172 +\t\$('#language').submit();
173 +});
174 +--></script>
175 +";
176 + }
177 +
178 + public function getTemplateName()
179 + {
180 + return "common/column_left.twig";
181 + }
182 +
183 + public function isTraitable()
184 + {
185 + return false;
186 + }
187 +
188 + public function getDebugInfo()
189 + {
190 + return array ( 162 => 45, 155 => 40, 142 => 38, 138 => 37, 133 => 35, 126 => 31, 123 => 30, 120 => 29, 114 => 27, 108 => 25, 105 => 24, 99 => 22, 93 => 20, 90 => 19, 87 => 18, 81 => 16, 75 => 14, 72 => 13, 66 => 11, 60 => 9, 57 => 8, 51 => 6, 45 => 4, 42 => 3, 40 => 2, 37 => 1,);
191 + }
192 +
193 + public function getSourceContext()
194 + {
195 + return new Source("", "common/column_left.twig", "");
196 + }
197 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* extension/dashboard/customer_info.twig */
17 +class __TwigTemplate_659781e46f5c784590b47fed2ed45b74 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"tile tile-primary\">
39 + <div class=\"tile-heading\">";
40 + // line 2
41 + yield ($context["heading_title"] ?? null);
42 + yield " <span class=\"pull-right\">
43 + ";
44 + // line 3
45 + if ((($context["percentage"] ?? null) > 0)) {
46 + // line 4
47 + yield " <i class=\"fa fa-caret-up\"></i>
48 + ";
49 + } elseif (( // line 5
50 +($context["percentage"] ?? null) < 0)) {
51 + // line 6
52 + yield " <i class=\"fa fa-caret-down\"></i>
53 + ";
54 + }
55 + // line 8
56 + yield " ";
57 + yield ($context["percentage"] ?? null);
58 + yield "%</span></div>
59 + <div class=\"tile-body\"><i class=\"fa fa-user\"></i>
60 + <h2 class=\"pull-right\">";
61 + // line 10
62 + yield ($context["total"] ?? null);
63 + yield "</h2>
64 + </div>
65 + <div class=\"tile-footer\"><a href=\"";
66 + // line 12
67 + yield ($context["customer"] ?? null);
68 + yield "\">";
69 + yield ($context["text_view"] ?? null);
70 + yield "</a></div>
71 +</div>
72 +";
73 + return; yield '';
74 + }
75 +
76 + /**
77 + * @codeCoverageIgnore
78 + */
79 + public function getTemplateName()
80 + {
81 + return "extension/dashboard/customer_info.twig";
82 + }
83 +
84 + /**
85 + * @codeCoverageIgnore
86 + */
87 + public function isTraitable()
88 + {
89 + return false;
90 + }
91 +
92 + /**
93 + * @codeCoverageIgnore
94 + */
95 + public function getDebugInfo()
96 + {
97 + return array ( 67 => 12, 62 => 10, 56 => 8, 52 => 6, 50 => 5, 47 => 4, 45 => 3, 41 => 2, 38 => 1,);
98 + }
99 +
100 + public function getSourceContext()
101 + {
102 + return new Source("", "extension/dashboard/customer_info.twig", "");
103 + }
104 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/extension/module/banner.twig */
16 +class __TwigTemplate_9216e8c0a91492b2711969861742c88676fbf2c7049554ca627d2ff700fbe872 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<div class=\"swiper-viewport\">
38 + <div id=\"banner";
39 + // line 2
40 + echo ($context["module"] ?? null);
41 + echo "\" class=\"swiper-container\">
42 + <div class=\"swiper-wrapper\">";
43 + // line 3
44 + $context['_parent'] = $context;
45 + $context['_seq'] = twig_ensure_traversable(($context["banners"] ?? null));
46 + foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
47 + // line 4
48 + echo " <div class=\"swiper-slide\">";
49 + if (twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4)) {
50 + echo "<a href=\"";
51 + echo twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4);
52 + echo "\"><img src=\"";
53 + echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
54 + echo "\" alt=\"";
55 + echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
56 + echo "\" class=\"img-responsive\" /></a>";
57 + } else {
58 + echo "<img src=\"";
59 + echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
60 + echo "\" alt=\"";
61 + echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
62 + echo "\" class=\"img-responsive\" />";
63 + }
64 + echo "</div>
65 + ";
66 + }
67 + $_parent = $context['_parent'];
68 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
69 + $context = array_intersect_key($context, $_parent) + $_parent;
70 + // line 5
71 + echo "</div>
72 + </div>
73 +</div>
74 +<script type=\"text/javascript\"><!--
75 +\$('#banner";
76 + // line 9
77 + echo ($context["module"] ?? null);
78 + echo "').swiper({
79 +\teffect: 'fade',
80 +\tautoplay: 2500,
81 + autoplayDisableOnInteraction: false
82 +});
83 +--></script> ";
84 + }
85 +
86 + public function getTemplateName()
87 + {
88 + return "default/template/extension/module/banner.twig";
89 + }
90 +
91 + public function isTraitable()
92 + {
93 + return false;
94 + }
95 +
96 + public function getDebugInfo()
97 + {
98 + return array ( 77 => 9, 71 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
99 + }
100 +
101 + public function getSourceContext()
102 + {
103 + return new Source("", "default/template/extension/module/banner.twig", "");
104 + }
105 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* extension/dashboard/order_info.twig */
17 +class __TwigTemplate_fc712c5b5b70dfee284d07321debaaa9 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"tile tile-primary\">
39 + <div class=\"tile-heading\">";
40 + // line 2
41 + yield ($context["heading_title"] ?? null);
42 + yield " <span class=\"pull-right\">
43 + ";
44 + // line 3
45 + if ((($context["percentage"] ?? null) > 0)) {
46 + yield "
47 + <i class=\"fa fa-caret-up\"></i>
48 + ";
49 + } elseif (( // line 5
50 +($context["percentage"] ?? null) < 0)) {
51 + // line 6
52 + yield " <i class=\"fa fa-caret-down\"></i>
53 + ";
54 + }
55 + // line 8
56 + yield " ";
57 + yield ($context["percentage"] ?? null);
58 + yield "%</span></div>
59 + <div class=\"tile-body\"><i class=\"fa fa-shopping-cart\"></i>
60 + <h2 class=\"pull-right\">";
61 + // line 10
62 + yield ($context["total"] ?? null);
63 + yield "</h2>
64 + </div>
65 + <div class=\"tile-footer\"><a href=\"";
66 + // line 12
67 + yield ($context["order"] ?? null);
68 + yield "\">";
69 + yield ($context["text_view"] ?? null);
70 + yield "</a></div>
71 +</div>
72 +";
73 + return; yield '';
74 + }
75 +
76 + /**
77 + * @codeCoverageIgnore
78 + */
79 + public function getTemplateName()
80 + {
81 + return "extension/dashboard/order_info.twig";
82 + }
83 +
84 + /**
85 + * @codeCoverageIgnore
86 + */
87 + public function isTraitable()
88 + {
89 + return false;
90 + }
91 +
92 + /**
93 + * @codeCoverageIgnore
94 + */
95 + public function getDebugInfo()
96 + {
97 + return array ( 67 => 12, 62 => 10, 56 => 8, 52 => 6, 50 => 5, 45 => 3, 41 => 2, 38 => 1,);
98 + }
99 +
100 + public function getSourceContext()
101 + {
102 + return new Source("", "extension/dashboard/order_info.twig", "");
103 + }
104 +}
This diff is collapsed. Click to expand it.
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/product/review.twig */
17 +class __TwigTemplate_589bddb68b64212c3aca6e8ecabb81b5 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + if (($context["reviews"] ?? null)) {
39 + // line 2
40 + $context['_parent'] = $context;
41 + $context['_seq'] = CoreExtension::ensureTraversable(($context["reviews"] ?? null));
42 + foreach ($context['_seq'] as $context["_key"] => $context["review"]) {
43 + // line 3
44 + yield "<table class=\"table table-striped table-bordered\">
45 + <tr>
46 + <td style=\"width: 50%;\"><strong>";
47 + // line 5
48 + yield CoreExtension::getAttribute($this->env, $this->source, $context["review"], "author", [], "any", false, false, false, 5);
49 + yield "</strong></td>
50 + <td class=\"text-right\">";
51 + // line 6
52 + yield CoreExtension::getAttribute($this->env, $this->source, $context["review"], "date_added", [], "any", false, false, false, 6);
53 + yield "</td>
54 + </tr>
55 + <tr>
56 + <td colspan=\"2\"><p>";
57 + // line 9
58 + yield CoreExtension::getAttribute($this->env, $this->source, $context["review"], "text", [], "any", false, false, false, 9);
59 + yield "</p>
60 + ";
61 + // line 10
62 + $context['_parent'] = $context;
63 + $context['_seq'] = CoreExtension::ensureTraversable(range(1, 5));
64 + foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
65 + // line 11
66 + yield " ";
67 + if ((CoreExtension::getAttribute($this->env, $this->source, $context["review"], "rating", [], "any", false, false, false, 11) < $context["i"])) {
68 + yield " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span> ";
69 + } else {
70 + yield " <span class=\"fa fa-stack\"><i class=\"fa fa-star fa-stack-2x\"></i><i class=\"fa fa-star-o fa-stack-2x\"></i></span> ";
71 + }
72 + // line 12
73 + yield " ";
74 + }
75 + $_parent = $context['_parent'];
76 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
77 + $context = array_intersect_key($context, $_parent) + $_parent;
78 + yield "</td>
79 + </tr>
80 +</table>
81 +";
82 + }
83 + $_parent = $context['_parent'];
84 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['review'], $context['_parent'], $context['loop']);
85 + $context = array_intersect_key($context, $_parent) + $_parent;
86 + // line 16
87 + yield "<div class=\"row\">
88 + <div class=\"col-sm-6 text-left\">";
89 + // line 17
90 + yield ($context["pagination"] ?? null);
91 + yield "</div>
92 + <div class=\"col-sm-6 text-right\">";
93 + // line 18
94 + yield ($context["results"] ?? null);
95 + yield "</div>
96 +</div>
97 +";
98 + } else {
99 + // line 21
100 + yield "<p>";
101 + yield ($context["text_no_reviews"] ?? null);
102 + yield "</p>
103 +";
104 + }
105 + return; yield '';
106 + }
107 +
108 + /**
109 + * @codeCoverageIgnore
110 + */
111 + public function getTemplateName()
112 + {
113 + return "default/template/product/review.twig";
114 + }
115 +
116 + /**
117 + * @codeCoverageIgnore
118 + */
119 + public function isTraitable()
120 + {
121 + return false;
122 + }
123 +
124 + /**
125 + * @codeCoverageIgnore
126 + */
127 + public function getDebugInfo()
128 + {
129 + return array ( 100 => 21, 94 => 18, 90 => 17, 87 => 16, 73 => 12, 66 => 11, 62 => 10, 58 => 9, 52 => 6, 48 => 5, 44 => 3, 40 => 2, 38 => 1,);
130 + }
131 +
132 + public function getSourceContext()
133 + {
134 + return new Source("", "default/template/product/review.twig", "");
135 + }
136 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* extension/dashboard/activity_info.twig */
17 +class __TwigTemplate_fdea16af57e6671a4e31a6367df42457 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"panel panel-default\">
39 + <div class=\"panel-heading\">
40 + <h3 class=\"panel-title\"><i class=\"fa fa-calendar\"></i> ";
41 + // line 3
42 + yield ($context["heading_title"] ?? null);
43 + yield "</h3>
44 + </div>
45 + <ul class=\"list-group\">
46 + ";
47 + // line 6
48 + if (($context["activities"] ?? null)) {
49 + // line 7
50 + yield " ";
51 + $context['_parent'] = $context;
52 + $context['_seq'] = CoreExtension::ensureTraversable(($context["activities"] ?? null));
53 + foreach ($context['_seq'] as $context["_key"] => $context["activity"]) {
54 + // line 8
55 + yield " <li class=\"list-group-item\">";
56 + yield CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "comment", [], "any", false, false, false, 8);
57 + yield "<br />
58 + <small class=\"text-muted\"><i class=\"fa fa-clock-o\"></i> ";
59 + // line 9
60 + yield CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "date_added", [], "any", false, false, false, 9);
61 + yield "</small></li>
62 + ";
63 + }
64 + $_parent = $context['_parent'];
65 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['activity'], $context['_parent'], $context['loop']);
66 + $context = array_intersect_key($context, $_parent) + $_parent;
67 + // line 11
68 + yield " ";
69 + } else {
70 + // line 12
71 + yield " <li class=\"list-group-item text-center\">";
72 + yield ($context["text_no_results"] ?? null);
73 + yield "</li>
74 + ";
75 + }
76 + // line 14
77 + yield " </ul>
78 +</div>";
79 + return; yield '';
80 + }
81 +
82 + /**
83 + * @codeCoverageIgnore
84 + */
85 + public function getTemplateName()
86 + {
87 + return "extension/dashboard/activity_info.twig";
88 + }
89 +
90 + /**
91 + * @codeCoverageIgnore
92 + */
93 + public function isTraitable()
94 + {
95 + return false;
96 + }
97 +
98 + /**
99 + * @codeCoverageIgnore
100 + */
101 + public function getDebugInfo()
102 + {
103 + return array ( 77 => 14, 71 => 12, 68 => 11, 60 => 9, 55 => 8, 50 => 7, 48 => 6, 42 => 3, 38 => 1,);
104 + }
105 +
106 + public function getSourceContext()
107 + {
108 + return new Source("", "extension/dashboard/activity_info.twig", "");
109 + }
110 +}
This diff is collapsed. Click to expand it.
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* common/header.twig */
16 +class __TwigTemplate_9e1e9be69d7e6401ebebb93e8b55a60c37f6bd697ad410e43b601d290644978f extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<!DOCTYPE html>
38 +<html lang=\"en\">
39 +<head>
40 +<meta charset=\"UTF-8\" />
41 +<title>";
42 + // line 5
43 + echo ($context["title"] ?? null);
44 + echo "</title>
45 +<base href=\"";
46 + // line 6
47 + echo ($context["base"] ?? null);
48 + echo "\" />
49 +<script type=\"text/javascript\" src=\"view/javascript/jquery/jquery-2.1.1.min.js\"></script>
50 +<link href=\"view/javascript/bootstrap/css/bootstrap.css\" rel=\"stylesheet\" media=\"screen\" />
51 +<script src=\"view/javascript/bootstrap/js/bootstrap.js\" type=\"text/javascript\"></script>
52 +<link href=\"view/javascript/font-awesome/css/font-awesome.min.css\" type=\"text/css\" rel=\"stylesheet\" />
53 +<link href=\"//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700\" rel=\"stylesheet\" type=\"text/css\" />
54 +<link rel=\"stylesheet\" type=\"text/css\" href=\"view/stylesheet/stylesheet.css\" />
55 +</head>
56 +<body>";
57 + }
58 +
59 + public function getTemplateName()
60 + {
61 + return "common/header.twig";
62 + }
63 +
64 + public function isTraitable()
65 + {
66 + return false;
67 + }
68 +
69 + public function getDebugInfo()
70 + {
71 + return array ( 47 => 6, 43 => 5, 37 => 1,);
72 + }
73 +
74 + public function getSourceContext()
75 + {
76 + return new Source("", "common/header.twig", "");
77 + }
78 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/error/not_found.twig */
16 +class __TwigTemplate_af0ae301916cc5e35b5d33f3d5dc78315e7f6383fc653f1551802f2eb3b53153 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo ($context["header"] ?? null);
38 + echo "
39 +<div id=\"error-not-found\" class=\"container\">
40 + <ul class=\"breadcrumb\">
41 + ";
42 + // line 4
43 + $context['_parent'] = $context;
44 + $context['_seq'] = twig_ensure_traversable(($context["breadcrumbs"] ?? null));
45 + foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb"]) {
46 + // line 5
47 + echo " <li><a href=\"";
48 + echo twig_get_attribute($this->env, $this->source, $context["breadcrumb"], "href", [], "any", false, false, false, 5);
49 + echo "\">";
50 + echo twig_get_attribute($this->env, $this->source, $context["breadcrumb"], "text", [], "any", false, false, false, 5);
51 + echo "</a></li>
52 + ";
53 + }
54 + $_parent = $context['_parent'];
55 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumb'], $context['_parent'], $context['loop']);
56 + $context = array_intersect_key($context, $_parent) + $_parent;
57 + // line 7
58 + echo " </ul>
59 + <div class=\"row\">";
60 + // line 8
61 + echo ($context["column_left"] ?? null);
62 + echo "
63 + ";
64 + // line 9
65 + if ((($context["column_left"] ?? null) && ($context["column_right"] ?? null))) {
66 + // line 10
67 + echo " ";
68 + $context["class"] = "col-sm-6";
69 + // line 11
70 + echo " ";
71 + } elseif ((($context["column_left"] ?? null) || ($context["column_right"] ?? null))) {
72 + // line 12
73 + echo " ";
74 + $context["class"] = "col-sm-9";
75 + // line 13
76 + echo " ";
77 + } else {
78 + // line 14
79 + echo " ";
80 + $context["class"] = "col-sm-12";
81 + // line 15
82 + echo " ";
83 + }
84 + // line 16
85 + echo " <div id=\"content\" class=\"";
86 + echo ($context["class"] ?? null);
87 + echo "\">";
88 + echo ($context["content_top"] ?? null);
89 + echo "
90 + <h1>";
91 + // line 17
92 + echo ($context["heading_title"] ?? null);
93 + echo "</h1>
94 + <p>";
95 + // line 18
96 + echo ($context["text_error"] ?? null);
97 + echo "</p>
98 + <div class=\"buttons clearfix\">
99 + <div class=\"pull-right\"><a href=\"";
100 + // line 20
101 + echo ($context["continue"] ?? null);
102 + echo "\" class=\"btn btn-primary\">";
103 + echo ($context["button_continue"] ?? null);
104 + echo "</a></div>
105 + </div>
106 + ";
107 + // line 22
108 + echo ($context["content_bottom"] ?? null);
109 + echo "</div>
110 + ";
111 + // line 23
112 + echo ($context["column_right"] ?? null);
113 + echo "</div>
114 +</div>
115 +";
116 + // line 25
117 + echo ($context["footer"] ?? null);
118 + echo "
119 +";
120 + }
121 +
122 + public function getTemplateName()
123 + {
124 + return "default/template/error/not_found.twig";
125 + }
126 +
127 + public function isTraitable()
128 + {
129 + return false;
130 + }
131 +
132 + public function getDebugInfo()
133 + {
134 + return array ( 117 => 25, 112 => 23, 108 => 22, 101 => 20, 96 => 18, 92 => 17, 85 => 16, 82 => 15, 79 => 14, 76 => 13, 73 => 12, 70 => 11, 67 => 10, 65 => 9, 61 => 8, 58 => 7, 47 => 5, 43 => 4, 37 => 1,);
135 + }
136 +
137 + public function getSourceContext()
138 + {
139 + return new Source("", "default/template/error/not_found.twig", "");
140 + }
141 +}
This diff is collapsed. Click to expand it.
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* common/footer.twig */
17 +class __TwigTemplate_3d1134bb7bd8ad579b12b201bb5135cd extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<footer id=\"footer\">";
39 + yield ($context["text_footer"] ?? null);
40 + yield "<br />";
41 + yield ($context["text_version"] ?? null);
42 + yield "</footer></div>
43 +</body></html>
44 +";
45 + return; yield '';
46 + }
47 +
48 + /**
49 + * @codeCoverageIgnore
50 + */
51 + public function getTemplateName()
52 + {
53 + return "common/footer.twig";
54 + }
55 +
56 + /**
57 + * @codeCoverageIgnore
58 + */
59 + public function isTraitable()
60 + {
61 + return false;
62 + }
63 +
64 + /**
65 + * @codeCoverageIgnore
66 + */
67 + public function getDebugInfo()
68 + {
69 + return array ( 38 => 1,);
70 + }
71 +
72 + public function getSourceContext()
73 + {
74 + return new Source("", "common/footer.twig", "");
75 + }
76 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/common/search.twig */
16 +class __TwigTemplate_e077406cf252d73d0cbbf4a31dcbfb441ad8cc3b747eb6f43576687e0f118c58 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<div id=\"search\" class=\"input-group\">
38 + <input type=\"text\" name=\"search\" value=\"";
39 + // line 2
40 + echo ($context["search"] ?? null);
41 + echo "\" placeholder=\"";
42 + echo ($context["text_search"] ?? null);
43 + echo "\" class=\"form-control input-lg\" />
44 + <span class=\"input-group-btn\">
45 + <button type=\"button\" class=\"btn btn-default btn-lg\"><i class=\"fa fa-search\"></i></button>
46 + </span>
47 +</div>";
48 + }
49 +
50 + public function getTemplateName()
51 + {
52 + return "default/template/common/search.twig";
53 + }
54 +
55 + public function isTraitable()
56 + {
57 + return false;
58 + }
59 +
60 + public function getDebugInfo()
61 + {
62 + return array ( 40 => 2, 37 => 1,);
63 + }
64 +
65 + public function getSourceContext()
66 + {
67 + return new Source("", "default/template/common/search.twig", "");
68 + }
69 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* install/step_4.twig */
16 +class __TwigTemplate_0cfacc6460d0e7c35b44e4ca7f20fc23a058a184ea432285e0b41d7296cad73a extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo ($context["header"] ?? null);
38 + echo "
39 +<div class=\"container\">
40 + <header>
41 + <div class=\"row\">
42 + <div class=\"col-sm-6\">
43 + <h1 class=\"pull-left\">4
44 + <small>/4</small>
45 + </h1>
46 + <h3>";
47 + // line 9
48 + echo ($context["heading_title"] ?? null);
49 + echo "
50 + <br>
51 + <small>";
52 + // line 11
53 + echo ($context["text_step_4"] ?? null);
54 + echo "</small>
55 + </h3>
56 + </div>
57 + <div class=\"col-sm-6\">
58 + <div id=\"logo\" class=\"pull-right hidden-xs\"><img src=\"view/image/logo.png\" alt=\"OpenCart\" title=\"OpenCart\" /></div>
59 + </div>
60 + </div>
61 + </header>
62 + <div class=\"alert alert-danger alert-dismissible\"><i class=\"fa fa-exclamation-circle\"></i> ";
63 + // line 19
64 + echo ($context["error_warning"] ?? null);
65 + echo " <button type=\"button\" class=\"close\" data-dismiss=\"alert\">&times;</button></div>
66 + <div class=\"visit\">
67 + <div class=\"row\">
68 + <div class=\"col-sm-5 col-sm-offset-1 text-center\">
69 + <p><i class=\"fa fa-shopping-cart fa-5x\"></i></p>
70 + <a href=\"../\" class=\"btn btn-secondary\">";
71 + // line 24
72 + echo ($context["text_catalog"] ?? null);
73 + echo "</a>
74 + </div>
75 + <div class=\"col-sm-5 text-center\">
76 + <p><i class=\"fa fa-cog fa-5x white\"></i></p>
77 + <a href=\"../admin/\" class=\"btn btn-secondary\">";
78 + // line 28
79 + echo ($context["text_admin"] ?? null);
80 + echo "</a>
81 + </div>
82 + </div>
83 + </div>
84 + <div class=\"modules\">
85 + <div class=\"row\" id=\"extension\">
86 + <h2 class=\"text-center\"><i class=\"fa fa-circle-o-notch fa-spin\"></i> ";
87 + // line 34
88 + echo ($context["text_loading"] ?? null);
89 + echo "</h2>
90 + </div>
91 + <div class=\"row\">
92 + <div class=\"col-sm-12 text-center\"><a href=\"https://opencartforum.com/files/?utm_source=ocstore3_install&utm_medium=store_link&utm_campaign=ocstore3_install\" target=\"_BLANK\" class=\"btn btn-default\">";
93 + // line 37
94 + echo ($context["text_extension"] ?? null);
95 + echo "</a></div>
96 + </div>
97 + </div>
98 + <div class=\"mailing\">
99 + <div class=\"row\">
100 + <div class=\"col-sm-12\"><i class=\"fa fa-envelope-o fa-5x\"></i>
101 + <h3>";
102 + // line 43
103 + echo ($context["text_mail"] ?? null);
104 + echo "
105 + <br/>
106 + <small>";
107 + // line 45
108 + echo ($context["text_mail_description"] ?? null);
109 + echo "</small>
110 + </h3>
111 + <a href=\"https://ocstore.com/subscribe/\" target=\"_BLANK\" class=\"btn btn-secondary\">";
112 + // line 47
113 + echo ($context["button_mail"] ?? null);
114 + echo "</a>
115 + </div>
116 + </div>
117 + </div>
118 + <div class=\"support text-center\">
119 + <div class=\"row\">
120 + <div class=\"col-sm-4\">
121 + <a href=\"https://www.facebook.com/opencartforum\" class=\"icon transition\"><i class=\"fa fa-facebook fa-4x\"></i></a>
122 + <h3>";
123 + // line 55
124 + echo ($context["text_facebook"] ?? null);
125 + echo "</h3>
126 + <p>";
127 + // line 56
128 + echo ($context["text_facebook_description"] ?? null);
129 + echo "</p>
130 + <a href=\"https://www.facebook.com/opencartforum\">";
131 + // line 57
132 + echo ($context["text_facebook_visit"] ?? null);
133 + echo "</a>
134 + </div>
135 + <div class=\"col-sm-4\">
136 + <a href=\"https://opencartforum.com/?utm_source=ocstore_install&utm_medium=forum_link&utm_campaign=ocstore_install\" class=\"icon transition\"><i class=\"fa fa-comments fa-4x\"></i></a>
137 + <h3>";
138 + // line 61
139 + echo ($context["text_forum"] ?? null);
140 + echo "</h3>
141 + <p>";
142 + // line 62
143 + echo ($context["text_forum_description"] ?? null);
144 + echo "</p>
145 + <a href=\"https://opencartforum.com/?utm_source=ocstore_install&utm_medium=forum_link&utm_campaign=ocstore_install\">";
146 + // line 63
147 + echo ($context["text_forum_visit"] ?? null);
148 + echo "</a>
149 + </div>
150 + <div class=\"col-sm-4\">
151 + <a href=\"https://dedicated.ocstore.com/?utm_source=ocstore3_install\" class=\"icon transition\"><i class=\"fa fa-user fa-4x\"></i></a>
152 + <h3>";
153 + // line 67
154 + echo ($context["text_commercial"] ?? null);
155 + echo "</h3>
156 + <p>";
157 + // line 68
158 + echo ($context["text_commercial_description"] ?? null);
159 + echo "</p>
160 + <a href=\"https://dedicated.ocstore.com/?utm_source=ocstore3_install\" target=\"_BLANK\">";
161 + // line 69
162 + echo ($context["text_commercial_visit"] ?? null);
163 + echo "</a>
164 + </div>
165 + </div>
166 + </div>
167 +</div>
168 +";
169 + // line 74
170 + echo ($context["footer"] ?? null);
171 + echo "
172 +<script type=\"text/javascript\"><!--
173 + \$(document).ready(function() {
174 + \$.ajax({
175 + url: '";
176 + // line 78
177 + echo ($context["extension"] ?? null);
178 + echo "',
179 + type: 'post',
180 + dataType: 'json',
181 + success: function(json) {
182 + if (json['extensions']) {
183 + html = '';
184 +
185 + for (i = 0; i < json['extensions'].length; i++) {
186 + extension = json['extensions'][i];
187 +
188 + html += '<div class=\"col-sm-6 module\">';
189 + html += ' <a class=\"thumbnail pull-left\" href=\"' + extension['href'] + '\"><img src=\"' + extension['image'] + '\" alt=\"' + extension['name'] + '\" /></a>';
190 + html += ' <h5>' + extension['name'] + '</h5>';
191 + html += ' <p>' + extension['price'] + ' <a target=\"_BLANK\" href=\"' + extension['href'] + '\">";
192 + // line 91
193 + echo ($context["text_view"] ?? null);
194 + echo "</a></p>';
195 + html += ' <div class=\"clearfix\"></div>';
196 + html += '</div>';
197 + }
198 +
199 + \$('#extension').html(html);
200 + } else {
201 + \$('#extension').fadeOut();
202 + }
203 + }
204 + });
205 + });
206 + //--></script>
207 +";
208 + }
209 +
210 + public function getTemplateName()
211 + {
212 + return "install/step_4.twig";
213 + }
214 +
215 + public function isTraitable()
216 + {
217 + return false;
218 + }
219 +
220 + public function getDebugInfo()
221 + {
222 + return array ( 193 => 91, 177 => 78, 170 => 74, 162 => 69, 158 => 68, 154 => 67, 147 => 63, 143 => 62, 139 => 61, 132 => 57, 128 => 56, 124 => 55, 113 => 47, 108 => 45, 103 => 43, 94 => 37, 88 => 34, 79 => 28, 72 => 24, 64 => 19, 53 => 11, 48 => 9, 37 => 1,);
223 + }
224 +
225 + public function getSourceContext()
226 + {
227 + return new Source("", "install/step_4.twig", "");
228 + }
229 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* common/footer.twig */
16 +class __TwigTemplate_00218df58a7753524afd32b0fe75b21d9026fe4dbf9f9039de4b218143c3ecb0 extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<footer>
38 + <div class=\"container\"><a href=\"https://ocstore.com/?utm_source=ocstore3\" target=\"_blank\">";
39 + // line 2
40 + echo ($context["text_project"] ?? null);
41 + echo "</a>|<a href=\"https://docs.ocstore.com/?utm_source=ocstore3\" target=\"_blank\">";
42 + echo ($context["text_documentation"] ?? null);
43 + echo "</a>|<a href=\"https://opencartforum.com/?utm_source=ocstore3\" target=\"_blank\">";
44 + echo ($context["text_support"] ?? null);
45 + echo "</a><br />
46 + </div>
47 +</footer>
48 +</body></html>
49 +";
50 + }
51 +
52 + public function getTemplateName()
53 + {
54 + return "common/footer.twig";
55 + }
56 +
57 + public function isTraitable()
58 + {
59 + return false;
60 + }
61 +
62 + public function getDebugInfo()
63 + {
64 + return array ( 40 => 2, 37 => 1,);
65 + }
66 +
67 + public function getSourceContext()
68 + {
69 + return new Source("", "common/footer.twig", "");
70 + }
71 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/extension/module/carousel.twig */
17 +class __TwigTemplate_326e88fa5a1e8d2824b5dfd502a55eeb extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"carousel swiper-viewport\">
39 + <div id=\"carousel";
40 + // line 2
41 + yield ($context["module"] ?? null);
42 + yield "\" class=\"swiper-container\">
43 + <div class=\"swiper-wrapper\">";
44 + // line 3
45 + $context['_parent'] = $context;
46 + $context['_seq'] = CoreExtension::ensureTraversable(($context["banners"] ?? null));
47 + foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
48 + // line 4
49 + yield " <div class=\"swiper-slide text-center\">";
50 + if (CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4)) {
51 + yield "<a href=\"";
52 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4);
53 + yield "\"><img src=\"";
54 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
55 + yield "\" alt=\"";
56 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
57 + yield "\" class=\"img-responsive\" /></a>";
58 + } else {
59 + yield "<img src=\"";
60 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
61 + yield "\" alt=\"";
62 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
63 + yield "\" class=\"img-responsive\" />";
64 + }
65 + yield "</div>
66 + ";
67 + }
68 + $_parent = $context['_parent'];
69 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
70 + $context = array_intersect_key($context, $_parent) + $_parent;
71 + // line 5
72 + yield "</div>
73 + </div>
74 + <div class=\"swiper-pagination carousel";
75 + // line 7
76 + yield ($context["module"] ?? null);
77 + yield "\"></div>
78 + <div class=\"swiper-pager\">
79 + <div class=\"swiper-button-next\"></div>
80 + <div class=\"swiper-button-prev\"></div>
81 + </div>
82 +</div>
83 +<script type=\"text/javascript\"><!--
84 +\$('#carousel";
85 + // line 14
86 + yield ($context["module"] ?? null);
87 + yield "').swiper({
88 +\tmode: 'horizontal',
89 +\tslidesPerView: 5,
90 +\tpagination: '.carousel";
91 + // line 17
92 + yield ($context["module"] ?? null);
93 + yield "',
94 +\tpaginationClickable: true,
95 +\tnextButton: '.carousel .swiper-button-next',
96 + prevButton: '.carousel .swiper-button-prev',
97 +\tautoplay: 2500,
98 +\tloop: true
99 +});
100 +--></script>";
101 + return; yield '';
102 + }
103 +
104 + /**
105 + * @codeCoverageIgnore
106 + */
107 + public function getTemplateName()
108 + {
109 + return "default/template/extension/module/carousel.twig";
110 + }
111 +
112 + /**
113 + * @codeCoverageIgnore
114 + */
115 + public function isTraitable()
116 + {
117 + return false;
118 + }
119 +
120 + /**
121 + * @codeCoverageIgnore
122 + */
123 + public function getDebugInfo()
124 + {
125 + return array ( 92 => 17, 86 => 14, 76 => 7, 72 => 5, 49 => 4, 45 => 3, 41 => 2, 38 => 1,);
126 + }
127 +
128 + public function getSourceContext()
129 + {
130 + return new Source("", "default/template/extension/module/carousel.twig", "");
131 + }
132 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/common/column_right.twig */
16 +class __TwigTemplate_332e181c7599efe3eb9016853ca69ee7e4e4203659124c84f7afc0efd1b7b0de extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + if (($context["modules"] ?? null)) {
38 + // line 2
39 + echo "<aside id=\"column-right\" class=\"col-sm-3 hidden-xs\">
40 + ";
41 + // line 3
42 + $context['_parent'] = $context;
43 + $context['_seq'] = twig_ensure_traversable(($context["modules"] ?? null));
44 + foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
45 + // line 4
46 + echo " ";
47 + echo $context["module"];
48 + echo "
49 + ";
50 + }
51 + $_parent = $context['_parent'];
52 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
53 + $context = array_intersect_key($context, $_parent) + $_parent;
54 + // line 6
55 + echo "</aside>
56 +";
57 + }
58 + }
59 +
60 + public function getTemplateName()
61 + {
62 + return "default/template/common/column_right.twig";
63 + }
64 +
65 + public function isTraitable()
66 + {
67 + return false;
68 + }
69 +
70 + public function getDebugInfo()
71 + {
72 + return array ( 55 => 6, 46 => 4, 42 => 3, 39 => 2, 37 => 1,);
73 + }
74 +
75 + public function getSourceContext()
76 + {
77 + return new Source("", "default/template/common/column_right.twig", "");
78 + }
79 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\SandboxExtension;
7 +use Twig\Markup;
8 +use Twig\Sandbox\SecurityError;
9 +use Twig\Sandbox\SecurityNotAllowedTagError;
10 +use Twig\Sandbox\SecurityNotAllowedFilterError;
11 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
12 +use Twig\Source;
13 +use Twig\Template;
14 +
15 +/* default/template/extension/module/category.twig */
16 +class __TwigTemplate_f118bf5e29f101449e4e20a11f48c9a364b7fd6a8dc317bab750ee2e7023cb0b extends \Twig\Template
17 +{
18 + private $source;
19 + private $macros = [];
20 +
21 + public function __construct(Environment $env)
22 + {
23 + parent::__construct($env);
24 +
25 + $this->source = $this->getSourceContext();
26 +
27 + $this->parent = false;
28 +
29 + $this->blocks = [
30 + ];
31 + }
32 +
33 + protected function doDisplay(array $context, array $blocks = [])
34 + {
35 + $macros = $this->macros;
36 + // line 1
37 + echo "<div class=\"list-group\">
38 + ";
39 + // line 2
40 + $context['_parent'] = $context;
41 + $context['_seq'] = twig_ensure_traversable(($context["categories"] ?? null));
42 + foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
43 + // line 3
44 + echo " ";
45 + if ((twig_get_attribute($this->env, $this->source, $context["category"], "category_id", [], "any", false, false, false, 3) == ($context["category_id"] ?? null))) {
46 + echo "
47 + <a href=\"";
48 + // line 4
49 + echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 4);
50 + echo "\" class=\"list-group-item active\">";
51 + echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 4);
52 + echo "</a>
53 + ";
54 + // line 5
55 + if (twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 5)) {
56 + // line 6
57 + echo " ";
58 + $context['_parent'] = $context;
59 + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 6));
60 + foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
61 + // line 7
62 + echo " ";
63 + if ((twig_get_attribute($this->env, $this->source, $context["child"], "category_id", [], "any", false, false, false, 7) == ($context["child_id"] ?? null))) {
64 + // line 8
65 + echo " <a href=\"";
66 + echo twig_get_attribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 8);
67 + echo "\" class=\"list-group-item active\">&nbsp;&nbsp;&nbsp;- ";
68 + echo twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 8);
69 + echo "</a>
70 + ";
71 + } else {
72 + // line 9
73 + echo "
74 + <a href=\"";
75 + // line 10
76 + echo twig_get_attribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 10);
77 + echo "\" class=\"list-group-item\">&nbsp;&nbsp;&nbsp;- ";
78 + echo twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 10);
79 + echo "</a>
80 + ";
81 + }
82 + // line 12
83 + echo " ";
84 + }
85 + $_parent = $context['_parent'];
86 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
87 + $context = array_intersect_key($context, $_parent) + $_parent;
88 + // line 13
89 + echo " ";
90 + }
91 + // line 14
92 + echo " ";
93 + } else {
94 + echo " <a href=\"";
95 + echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 14);
96 + echo "\" class=\"list-group-item\">";
97 + echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 14);
98 + echo "</a>
99 + ";
100 + }
101 + // line 16
102 + echo " ";
103 + }
104 + $_parent = $context['_parent'];
105 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
106 + $context = array_intersect_key($context, $_parent) + $_parent;
107 + // line 17
108 + echo "</div>
109 +";
110 + }
111 +
112 + public function getTemplateName()
113 + {
114 + return "default/template/extension/module/category.twig";
115 + }
116 +
117 + public function isTraitable()
118 + {
119 + return false;
120 + }
121 +
122 + public function getDebugInfo()
123 + {
124 + return array ( 108 => 17, 102 => 16, 92 => 14, 89 => 13, 83 => 12, 76 => 10, 73 => 9, 65 => 8, 62 => 7, 57 => 6, 55 => 5, 49 => 4, 44 => 3, 40 => 2, 37 => 1,);
125 + }
126 +
127 + public function getSourceContext()
128 + {
129 + return new Source("", "default/template/extension/module/category.twig", "");
130 + }
131 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* extension/dashboard/sale_info.twig */
17 +class __TwigTemplate_c1447253c420b4175648a20d461c39d7 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"tile tile-primary\">
39 + <div class=\"tile-heading\">";
40 + // line 2
41 + yield ($context["heading_title"] ?? null);
42 + yield " <span class=\"pull-right\">
43 + ";
44 + // line 3
45 + if ((($context["percentage"] ?? null) > 0)) {
46 + // line 4
47 + yield " <i class=\"fa fa-caret-up\"></i>
48 + ";
49 + } elseif (( // line 5
50 +($context["percentage"] ?? null) < 0)) {
51 + // line 6
52 + yield " <i class=\"fa fa-caret-down\"></i>
53 + ";
54 + }
55 + // line 8
56 + yield " ";
57 + yield ($context["percentage"] ?? null);
58 + yield "%</span></div>
59 + <div class=\"tile-body\"><i class=\"fa fa-credit-card\"></i>
60 + <h2 class=\"pull-right\">";
61 + // line 10
62 + yield ($context["total"] ?? null);
63 + yield "</h2>
64 + </div>
65 + <div class=\"tile-footer\"><a href=\"";
66 + // line 12
67 + yield ($context["sale"] ?? null);
68 + yield "\">";
69 + yield ($context["text_view"] ?? null);
70 + yield "</a></div>
71 +</div>
72 +";
73 + return; yield '';
74 + }
75 +
76 + /**
77 + * @codeCoverageIgnore
78 + */
79 + public function getTemplateName()
80 + {
81 + return "extension/dashboard/sale_info.twig";
82 + }
83 +
84 + /**
85 + * @codeCoverageIgnore
86 + */
87 + public function isTraitable()
88 + {
89 + return false;
90 + }
91 +
92 + /**
93 + * @codeCoverageIgnore
94 + */
95 + public function getDebugInfo()
96 + {
97 + return array ( 67 => 12, 62 => 10, 56 => 8, 52 => 6, 50 => 5, 47 => 4, 45 => 3, 41 => 2, 38 => 1,);
98 + }
99 +
100 + public function getSourceContext()
101 + {
102 + return new Source("", "extension/dashboard/sale_info.twig", "");
103 + }
104 +}
This diff is collapsed. Click to expand it.
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* default/template/extension/module/slideshow.twig */
17 +class __TwigTemplate_83d94754975c47fd97a36be351259cb2 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"slideshow swiper-viewport\">
39 + <div id=\"slideshow";
40 + // line 2
41 + yield ($context["module"] ?? null);
42 + yield "\" class=\"swiper-container\">
43 + <div class=\"swiper-wrapper\"> ";
44 + // line 3
45 + $context['_parent'] = $context;
46 + $context['_seq'] = CoreExtension::ensureTraversable(($context["banners"] ?? null));
47 + foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
48 + // line 4
49 + yield " <div class=\"swiper-slide text-center\">";
50 + if (CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4)) {
51 + yield "<a href=\"";
52 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4);
53 + yield "\"><img src=\"";
54 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
55 + yield "\" alt=\"";
56 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
57 + yield "\" class=\"img-responsive\" /></a>";
58 + } else {
59 + yield "<img src=\"";
60 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
61 + yield "\" alt=\"";
62 + yield CoreExtension::getAttribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
63 + yield "\" class=\"img-responsive\" />";
64 + }
65 + yield "</div>
66 + ";
67 + }
68 + $_parent = $context['_parent'];
69 + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
70 + $context = array_intersect_key($context, $_parent) + $_parent;
71 + // line 5
72 + yield " </div>
73 + </div>
74 + <div class=\"swiper-pagination slideshow";
75 + // line 7
76 + yield ($context["module"] ?? null);
77 + yield "\"></div>
78 + <div class=\"swiper-pager\">
79 + <div class=\"swiper-button-next\"></div>
80 + <div class=\"swiper-button-prev\"></div>
81 + </div>
82 +</div>
83 +<script type=\"text/javascript\"><!--
84 +\$('#slideshow";
85 + // line 14
86 + yield ($context["module"] ?? null);
87 + yield "').swiper({
88 +\tmode: 'horizontal',
89 +\tslidesPerView: 1,
90 +\tpagination: '.slideshow";
91 + // line 17
92 + yield ($context["module"] ?? null);
93 + yield "',
94 +\tpaginationClickable: true,
95 +\tnextButton: '.slideshow .swiper-button-next',
96 + prevButton: '.slideshow .swiper-button-prev',
97 + spaceBetween: 30,
98 +\tautoplay: 2500,
99 + autoplayDisableOnInteraction: true,
100 +\tloop: true
101 +});
102 +//--></script>";
103 + return; yield '';
104 + }
105 +
106 + /**
107 + * @codeCoverageIgnore
108 + */
109 + public function getTemplateName()
110 + {
111 + return "default/template/extension/module/slideshow.twig";
112 + }
113 +
114 + /**
115 + * @codeCoverageIgnore
116 + */
117 + public function isTraitable()
118 + {
119 + return false;
120 + }
121 +
122 + /**
123 + * @codeCoverageIgnore
124 + */
125 + public function getDebugInfo()
126 + {
127 + return array ( 92 => 17, 86 => 14, 76 => 7, 72 => 5, 49 => 4, 45 => 3, 41 => 2, 38 => 1,);
128 + }
129 +
130 + public function getSourceContext()
131 + {
132 + return new Source("", "default/template/extension/module/slideshow.twig", "");
133 + }
134 +}
1 +<?php
2 +
3 +use Twig\Environment;
4 +use Twig\Error\LoaderError;
5 +use Twig\Error\RuntimeError;
6 +use Twig\Extension\CoreExtension;
7 +use Twig\Extension\SandboxExtension;
8 +use Twig\Markup;
9 +use Twig\Sandbox\SecurityError;
10 +use Twig\Sandbox\SecurityNotAllowedTagError;
11 +use Twig\Sandbox\SecurityNotAllowedFilterError;
12 +use Twig\Sandbox\SecurityNotAllowedFunctionError;
13 +use Twig\Source;
14 +use Twig\Template;
15 +
16 +/* extension/dashboard/online_info.twig */
17 +class __TwigTemplate_c2587a313ada31f952ee250ece28c036 extends Template
18 +{
19 + private $source;
20 + private $macros = [];
21 +
22 + public function __construct(Environment $env)
23 + {
24 + parent::__construct($env);
25 +
26 + $this->source = $this->getSourceContext();
27 +
28 + $this->parent = false;
29 +
30 + $this->blocks = [
31 + ];
32 + }
33 +
34 + protected function doDisplay(array $context, array $blocks = [])
35 + {
36 + $macros = $this->macros;
37 + // line 1
38 + yield "<div class=\"tile tile-primary\">
39 + <div class=\"tile-heading\">";
40 + // line 2
41 + yield ($context["heading_title"] ?? null);
42 + yield "</div>
43 + <div class=\"tile-body\"><i class=\"fa fa-users\"></i>
44 + <h2 class=\"pull-right\">";
45 + // line 4
46 + yield ($context["total"] ?? null);
47 + yield "</h2>
48 + </div>
49 + <div class=\"tile-footer\"><a href=\"";
50 + // line 6
51 + yield ($context["online"] ?? null);
52 + yield "\">";
53 + yield ($context["text_view"] ?? null);
54 + yield "</a></div>
55 +</div>
56 +";
57 + return; yield '';
58 + }
59 +
60 + /**
61 + * @codeCoverageIgnore
62 + */
63 + public function getTemplateName()
64 + {
65 + return "extension/dashboard/online_info.twig";
66 + }
67 +
68 + /**
69 + * @codeCoverageIgnore
70 + */
71 + public function isTraitable()
72 + {
73 + return false;
74 + }
75 +
76 + /**
77 + * @codeCoverageIgnore
78 + */
79 + public function getDebugInfo()
80 + {
81 + return array ( 51 => 6, 46 => 4, 41 => 2, 38 => 1,);
82 + }
83 +
84 + public function getSourceContext()
85 + {
86 + return new Source("", "extension/dashboard/online_info.twig", "");
87 + }
88 +}
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.