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

Init commit

Showing 65 changed files with 0 additions and 4972 deletions
{"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
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* common/dashboard.twig */
class __TwigTemplate_645f308cbd17f5ff13697d9f140791d6 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield ($context["header"] ?? null);
yield ($context["column_left"] ?? null);
yield "
<div id=\"content\">
<div class=\"page-header\">
<div class=\"container-fluid\">
<div class=\"pull-right\">
<button type=\"button\" id=\"button-developer\" title=\"";
// line 6
yield ($context["button_developer"] ?? null);
yield "\" data-loading-text=\"";
yield ($context["text_loading"] ?? null);
yield "\" class=\"btn btn-info\"><i class=\"fa fa-cog\"></i></button>
</div>
<h1>";
// line 8
yield ($context["heading_title"] ?? null);
yield "</h1>
<ul class=\"breadcrumb\">
";
// line 10
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["breadcrumbs"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb"]) {
// line 11
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["breadcrumb"], "href", [], "any", false, false, false, 11);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["breadcrumb"], "text", [], "any", false, false, false, 11);
yield "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumb'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 13
yield " </ul>
</div>
</div>
<div class=\"container-fluid\">";
// line 16
if (($context["error_install"] ?? null)) {
// line 17
yield " <div class=\"alert alert-danger alert-dismissible\">
<button type=\"button\" class=\"close pull-right\" data-dismiss=\"alert\">&times;</button>
<i class=\"fa fa-exclamation-circle\"></i> ";
// line 19
yield ($context["error_install"] ?? null);
yield "</div>
";
}
// line 21
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 22
yield " <div class=\"row\">";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($context["row"]);
foreach ($context['_seq'] as $context["_key"] => $context["dashboard_1"]) {
// line 23
yield " ";
$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");
// line 24
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($context["row"]);
foreach ($context['_seq'] as $context["_key"] => $context["dashboard_2"]) {
// line 25
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["dashboard_2"], "width", [], "any", false, false, false, 25) > 3)) {
// line 26
yield " ";
$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");
// line 27
yield " ";
}
// line 28
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dashboard_2'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 29
yield " <div class=\"";
yield ($context["class"] ?? null);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["dashboard_1"], "output", [], "any", false, false, false, 29);
yield "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dashboard_1'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 30
yield "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 31
yield "</div>
";
// line 32
yield ($context["security"] ?? null);
yield "
<script type=\"text/javascript\"><!--
\$('#button-developer').on('click', function() {
\t\$.ajax({
\t\turl: 'index.php?route=common/developer&user_token=";
// line 36
yield ($context["user_token"] ?? null);
yield "',
\t\tdataType: 'html',
\t\tbeforeSend: function() {
\t\t\t\$('#button-developer').button('loading');
\t\t},
\t\tcomplete: function() {
\t\t\t\$('#button-developer').button('reset');
\t\t},
\t\tsuccess: function(html) {
\t\t\t\$('#modal-developer').remove();
\t\t\t
\t\t\t\$('body').prepend('<div id=\"modal-developer\" class=\"modal\">' + html + '</div>');
\t\t\t
\t\t\t\$('#modal-developer').modal('show');
\t\t},
\t\terror: function(xhr, ajaxOptions, thrownError) {
\t\t\talert(thrownError + \"\\r\\n\" + xhr.statusText + \"\\r\\n\" + xhr.responseText);
\t\t}
\t});\t
});\t
//--></script>
</div>
";
// line 58
yield ($context["footer"] ?? null);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "common/dashboard.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "common/dashboard.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* extension/dashboard/chart_info.twig */
class __TwigTemplate_63e40ddc5483dc8145e6e44276a3aaaa extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"panel panel-default\">
<div class=\"panel-heading\">
<div class=\"pull-right\"><a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\"><i class=\"fa fa-calendar\"></i> <i class=\"caret\"></i></a>
<ul id=\"range\" class=\"dropdown-menu dropdown-menu-right\">
<li><a href=\"day\">";
// line 5
yield ($context["text_day"] ?? null);
yield "</a></li>
<li><a href=\"week\">";
// line 6
yield ($context["text_week"] ?? null);
yield "</a></li>
<li class=\"active\"><a href=\"month\">";
// line 7
yield ($context["text_month"] ?? null);
yield "</a></li>
<li><a href=\"year\">";
// line 8
yield ($context["text_year"] ?? null);
yield "</a></li>
</ul>
</div>
<h3 class=\"panel-title\"><i class=\"fa fa-bar-chart-o\"></i> ";
// line 11
yield ($context["heading_title"] ?? null);
yield "</h3>
</div>
<div class=\"panel-body\">
<div id=\"chart-sale\" style=\"width: 100%; height: 260px;\"></div>
</div>
</div>
<script type=\"text/javascript\" src=\"view/javascript/jquery/flot/jquery.flot.js\"></script>
<script type=\"text/javascript\" src=\"view/javascript/jquery/flot/jquery.flot.resize.min.js\"></script>
<script type=\"text/javascript\"><!--
\$('#range a').on('click', function(e) {
\te.preventDefault();
\t
\t\$(this).parent().parent().find('li').removeClass('active');
\t
\t\$(this).parent().addClass('active');
\t
\t\$.ajax({
\t\ttype: 'get',
\t\turl: 'index.php?route=extension/dashboard/chart/chart&user_token=";
// line 29
yield ($context["user_token"] ?? null);
yield "&range=' + \$(this).attr('href'),
\t\tdataType: 'json',
\t\tsuccess: function(json) {
if (typeof json['order'] == 'undefined') { return false; }
\t\t\t
\t\t\tvar option = {\t
\t\t\t\tshadowSize: 0,
\t\t\t\tcolors: ['#9FD5F1', '#1065D2'],
\t\t\t\tbars: {
\t\t\t\t\tshow: true,
\t\t\t\t\tfill: true,
\t\t\t\t\tlineWidth: 1
\t\t\t\t},
\t\t\t\tgrid: {
\t\t\t\t\tbackgroundColor: '#FFFFFF',
\t\t\t\t\thoverable: true
\t\t\t\t},
\t\t\t\tpoints: {
\t\t\t\t\tshow: false
\t\t\t\t},
\t\t\t\txaxis: {
\t\t\t\t\tshow: true,
\t\tticks: json['xaxis']
\t\t\t\t}
\t\t\t}
\t\t\t
\t\t\t\$.plot('#chart-sale', [json['order'], json['customer']], option);\t
\t\t\t\t\t
\t\t\t\$('#chart-sale').bind('plothover', function(event, pos, item) {
\t\t\t\t\$('.tooltip').remove();
\t\t\t
\t\t\t\tif (item) {
\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');
\t\t\t\t\t
\t\t\t\t\t\$('#tooltip').css({
\t\t\t\t\t\tposition: 'absolute',
\t\t\t\t\t\tleft: item.pageX - (\$('#tooltip').outerWidth() / 2),
\t\t\t\t\t\ttop: item.pageY - \$('#tooltip').outerHeight(),
\t\t\t\t\t\tpointer: 'cusror'
\t\t\t\t\t}).fadeIn('slow');\t
\t\t\t\t\t
\t\t\t\t\t\$('#chart-sale').css('cursor', 'pointer');\t\t
\t\t\t \t} else {
\t\t\t\t\t\$('#chart-sale').css('cursor', 'auto');
\t\t\t\t}
\t\t\t});
\t\t},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + \"\\r\\n\" + xhr.statusText + \"\\r\\n\" + xhr.responseText);
}
\t});
});
\$('#range .active a').trigger('click');
//--></script> ";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "extension/dashboard/chart_info.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 83 => 29, 62 => 11, 56 => 8, 52 => 7, 48 => 6, 44 => 5, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "extension/dashboard/chart_info.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/product/review.twig */
class __TwigTemplate_18920efd05b3a9626f33dc9a01db1aa6006fbec243a4499698f76b8f260ccd04 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["reviews"] ?? null)) {
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["reviews"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["review"]) {
// line 3
echo "<table class=\"table table-striped table-bordered\">
<tr>
<td style=\"width: 50%;\"><strong>";
// line 5
echo twig_get_attribute($this->env, $this->source, $context["review"], "author", [], "any", false, false, false, 5);
echo "</strong></td>
<td class=\"text-right\">";
// line 6
echo twig_get_attribute($this->env, $this->source, $context["review"], "date_added", [], "any", false, false, false, 6);
echo "</td>
</tr>
<tr>
<td colspan=\"2\"><p>";
// line 9
echo twig_get_attribute($this->env, $this->source, $context["review"], "text", [], "any", false, false, false, 9);
echo "</p>
";
// line 10
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(1, 5));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 11
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["review"], "rating", [], "any", false, false, false, 11) < $context["i"])) {
echo " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span> ";
} else {
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> ";
}
// line 12
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
echo "</td>
</tr>
</table>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['review'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 16
echo "<div class=\"row\">
<div class=\"col-sm-6 text-left\">";
// line 17
echo ($context["pagination"] ?? null);
echo "</div>
<div class=\"col-sm-6 text-right\">";
// line 18
echo ($context["results"] ?? null);
echo "</div>
</div>
";
} else {
// line 21
echo "<p>";
echo ($context["text_no_reviews"] ?? null);
echo "</p>
";
}
}
public function getTemplateName()
{
return "default/template/product/review.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/product/review.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* extension/dashboard/recent_info.twig */
class __TwigTemplate_7fde69e7068a0fa95656f79ed81865a0 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"panel panel-default\">
<div class=\"panel-heading\">
<h3 class=\"panel-title\"><i class=\"fa fa-shopping-cart\"></i> ";
// line 3
yield ($context["heading_title"] ?? null);
yield "</h3>
</div>
<div class=\"table-responsive\">
<table class=\"table\">
<thead>
<tr>
<td class=\"text-right\">";
// line 9
yield ($context["column_order_id"] ?? null);
yield "</td>
<td>";
// line 10
yield ($context["column_customer"] ?? null);
yield "</td>
<td>";
// line 11
yield ($context["column_status"] ?? null);
yield "</td>
<td>";
// line 12
yield ($context["column_date_added"] ?? null);
yield "</td>
<td class=\"text-right\">";
// line 13
yield ($context["column_total"] ?? null);
yield "</td>
<td class=\"text-right\">";
// line 14
yield ($context["column_action"] ?? null);
yield "</td>
</tr>
</thead>
<tbody>
";
// line 18
if (($context["orders"] ?? null)) {
// line 19
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["orders"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["order"]) {
// line 20
yield " <tr>
<td class=\"text-right\">";
// line 21
yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "order_id", [], "any", false, false, false, 21);
yield "</td>
<td>";
// line 22
yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "customer", [], "any", false, false, false, 22);
yield "</td>
<td>";
// line 23
yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "status", [], "any", false, false, false, 23);
yield "</td>
<td>";
// line 24
yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "date_added", [], "any", false, false, false, 24);
yield "</td>
<td class=\"text-right\">";
// line 25
yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "total", [], "any", false, false, false, 25);
yield "</td>
<td class=\"text-right\"><a href=\"";
// line 26
yield CoreExtension::getAttribute($this->env, $this->source, $context["order"], "view", [], "any", false, false, false, 26);
yield "\" data-toggle=\"tooltip\" title=\"";
yield ($context["button_view"] ?? null);
yield "\" class=\"btn btn-info\"><i class=\"fa fa-eye\"></i></a></td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['order'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 29
yield " ";
} else {
// line 30
yield " <tr>
<td class=\"text-center\" colspan=\"6\">";
// line 31
yield ($context["text_no_results"] ?? null);
yield "</td>
</tr>
";
}
// line 34
yield " </tbody>
</table>
</div>
</div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "extension/dashboard/recent_info.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "extension/dashboard/recent_info.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/extension/module/featured.twig */
class __TwigTemplate_c784c8d8ddcacc3ea47bcbed8b9a441b62083520d32c19779c35181dd0f828f0 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<h3>";
echo ($context["heading_title"] ?? null);
echo "</h3>
<div class=\"row\">
";
// line 3
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["products"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
// line 4
echo " <div class=\"product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12\">
<div class=\"product-thumb transition\">
<div class=\"image\"><a href=\"";
// line 6
echo twig_get_attribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 6);
echo "\"><img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["product"], "thumb", [], "any", false, false, false, 6);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
echo "\" title=\"";
echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
echo "\" class=\"img-responsive\" /></a></div>
<div class=\"caption\">
<h4><a href=\"";
// line 8
echo twig_get_attribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 8);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 8);
echo "</a></h4>
<p>";
// line 9
echo twig_get_attribute($this->env, $this->source, $context["product"], "description", [], "any", false, false, false, 9);
echo "</p>
";
// line 10
if (twig_get_attribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 10)) {
// line 11
echo " <div class=\"rating\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(5);
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 13
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 13) < $context["i"])) {
// line 14
echo " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span>
";
} else {
// line 16
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>
";
}
// line 18
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
echo " </div>
";
}
// line 21
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 21)) {
// line 22
echo " <p class=\"price\">
";
// line 23
if ( !twig_get_attribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 23)) {
// line 24
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 24);
echo "
";
} else {
// line 26
echo " <span class=\"price-new\">";
echo twig_get_attribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 26);
echo "</span> <span class=\"price-old\">";
echo twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 26);
echo "</span>
";
}
// line 28
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 28)) {
// line 29
echo " <span class=\"price-tax\">";
echo ($context["text_tax"] ?? null);
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 29);
echo "</span>
";
}
// line 31
echo " </p>
";
}
// line 33
echo " </div>
<div class=\"button-group\">
<button type=\"button\" onclick=\"cart.add('";
// line 35
echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 35);
echo "');\"><i class=\"fa fa-shopping-cart\"></i> <span class=\"hidden-xs hidden-sm hidden-md\">";
echo ($context["button_cart"] ?? null);
echo "</span></button>
<button type=\"button\" data-toggle=\"tooltip\" title=\"";
// line 36
echo ($context["button_wishlist"] ?? null);
echo "\" onclick=\"wishlist.add('";
echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 36);
echo "');\"><i class=\"fa fa-heart\"></i></button>
<button type=\"button\" data-toggle=\"tooltip\" title=\"";
// line 37
echo ($context["button_compare"] ?? null);
echo "\" onclick=\"compare.add('";
echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 37);
echo "');\"><i class=\"fa fa-exchange\"></i></button>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 42
echo "</div>
";
}
public function getTemplateName()
{
return "default/template/extension/module/featured.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/extension/module/featured.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/extension/module/featured.twig */
class __TwigTemplate_83bfbef6815bf06560c4a9255f06f0b6 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<h3>";
yield ($context["heading_title"] ?? null);
yield "</h3>
<div class=\"row\">
";
// line 3
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["products"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
// line 4
yield " <div class=\"product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12\">
<div class=\"product-thumb transition\">
<div class=\"image\"><a href=\"";
// line 6
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 6);
yield "\"><img src=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "thumb", [], "any", false, false, false, 6);
yield "\" alt=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
yield "\" title=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
yield "\" class=\"img-responsive\" /></a></div>
<div class=\"caption\">
<h4><a href=\"";
// line 8
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 8);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 8);
yield "</a></h4>
<p>";
// line 9
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "description", [], "any", false, false, false, 9);
yield "</p>
";
// line 10
if (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 10)) {
// line 11
yield " <div class=\"rating\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(5);
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 13
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 13) < $context["i"])) {
// line 14
yield " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span>
";
} else {
// line 16
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>
";
}
// line 18
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
yield " </div>
";
}
// line 21
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 21)) {
// line 22
yield " <p class=\"price\">
";
// line 23
if ( !CoreExtension::getAttribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 23)) {
// line 24
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 24);
yield "
";
} else {
// line 26
yield " <span class=\"price-new\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 26);
yield "</span> <span class=\"price-old\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 26);
yield "</span>
";
}
// line 28
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 28)) {
// line 29
yield " <span class=\"price-tax\">";
yield ($context["text_tax"] ?? null);
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 29);
yield "</span>
";
}
// line 31
yield " </p>
";
}
// line 33
yield " </div>
<div class=\"button-group\">
<button type=\"button\" onclick=\"cart.add('";
// line 35
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 35);
yield "');\"><i class=\"fa fa-shopping-cart\"></i> <span class=\"hidden-xs hidden-sm hidden-md\">";
yield ($context["button_cart"] ?? null);
yield "</span></button>
<button type=\"button\" data-toggle=\"tooltip\" title=\"";
// line 36
yield ($context["button_wishlist"] ?? null);
yield "\" onclick=\"wishlist.add('";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 36);
yield "');\"><i class=\"fa fa-heart\"></i></button>
<button type=\"button\" data-toggle=\"tooltip\" title=\"";
// line 37
yield ($context["button_compare"] ?? null);
yield "\" onclick=\"compare.add('";
yield CoreExtension::getAttribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 37);
yield "');\"><i class=\"fa fa-exchange\"></i></button>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 42
yield "</div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/template/extension/module/featured.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/extension/module/featured.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/content_top.twig */
class __TwigTemplate_cd031aef338eff64aafe64f5009a200ae7b66868fce497eca2c8bd2013135d85 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["modules"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 2
echo $context["module"];
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "default/template/common/content_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/content_top.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/language.twig */
class __TwigTemplate_f2994740b617d18e23ed8ab68913987326a3cfc1c1d49dd8113141a20b4fdd61 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ((twig_length_filter($this->env, ($context["languages"] ?? null)) > 1)) {
// line 2
echo "<div class=\"pull-left\">
<form action=\"";
// line 3
echo ($context["action"] ?? null);
echo "\" method=\"post\" enctype=\"multipart/form-data\" id=\"form-language\">
<div class=\"btn-group\">
<button class=\"btn btn-link dropdown-toggle\" data-toggle=\"dropdown\">
";
// line 6
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 7
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 7) == ($context["code"] ?? null))) {
echo "
<img src=\"catalog/language/";
// line 8
echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
echo "/";
echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
echo ".png\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
echo "\" title=\"";
echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
echo "\">
";
}
// line 10
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " <span class=\"hidden-xs hidden-sm hidden-md\">";
echo ($context["text_language"] ?? null);
echo "</span>&nbsp;<i class=\"fa fa-caret-down\"></i></button>
<ul class=\"dropdown-menu\">
";
// line 13
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 14
echo " <li>
<button class=\"btn btn-link btn-block language-select\" type=\"button\" name=\"";
// line 15
echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
echo "\"><img src=\"catalog/language/";
echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
echo "/";
echo twig_get_attribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
echo ".png\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
echo "\" title=\"";
echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
echo "\" /> ";
echo twig_get_attribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
echo "</button>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 18
echo " </ul>
</div>
<input type=\"hidden\" name=\"code\" value=\"\" />
<input type=\"hidden\" name=\"redirect\" value=\"";
// line 21
echo ($context["redirect"] ?? null);
echo "\" />
</form>
</div>
";
}
}
public function getTemplateName()
{
return "default/template/common/language.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/language.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/blog/menu.twig */
class __TwigTemplate_035228b126f7856a7956ece659d42675 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "\t<div class=\"pull-left\">
\t<div class=\"btn-group\">
<button class=\"btn btn-link dropdown-toggle\" data-toggle=\"dropdown\">
\t<i class=\"fa fa-book\"></i> <span class=\"hidden-xs hidden-sm hidden-md\">";
// line 4
yield ($context["text_blog"] ?? null);
yield "</span> <i class=\"fa fa-caret-down\"></i>
\t</button>
\t<ul class=\"dropdown-menu\">
\t";
// line 7
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["categories"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 8
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 8)) {
// line 9
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 9);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 9);
yield "</a></li>
";
// line 10
$context['_parent'] = $context;
$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"))));
foreach ($context['_seq'] as $context["_key"] => $context["children"]) {
yield "
\t\t\t\t";
// line 11
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($context["children"]);
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 12
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 12);
yield "\"><i class=\"fa fa-angle-right\"></i> ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 12);
yield "</a></li>
\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 14
yield "\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['children'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
yield "\t\t";
} else {
// line 16
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 16);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 16);
yield "</a></li>
";
}
// line 18
yield "\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
yield "\t<li><a href=\"";
yield ($context["blog"] ?? null);
yield "\" class=\"see-all\">";
yield ($context["text_all"] ?? null);
yield " ";
yield ($context["text_blog"] ?? null);
yield "</a></li>
\t</ul>
\t</div>
\t</div>";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/template/blog/menu.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/blog/menu.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/language.twig */
class __TwigTemplate_caff0536ccb09d1b99e9e12dcb40cd76 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["languages"] ?? null)) > 1)) {
// line 2
yield "<div class=\"pull-left\">
<form action=\"";
// line 3
yield ($context["action"] ?? null);
yield "\" method=\"post\" enctype=\"multipart/form-data\" id=\"form-language\">
<div class=\"btn-group\">
<button class=\"btn btn-link dropdown-toggle\" data-toggle=\"dropdown\">
";
// line 6
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 7
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 7) == ($context["code"] ?? null))) {
yield "
<img src=\"catalog/language/";
// line 8
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
yield "/";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 8);
yield ".png\" alt=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
yield "\" title=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 8);
yield "\">
";
}
// line 10
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
yield " <span class=\"hidden-xs hidden-sm hidden-md\">";
yield ($context["text_language"] ?? null);
yield "</span>&nbsp;<i class=\"fa fa-caret-down\"></i></button>
<ul class=\"dropdown-menu\">
";
// line 13
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 14
yield " <li>
<button class=\"btn btn-link btn-block language-select\" type=\"button\" name=\"";
// line 15
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
yield "\"><img src=\"catalog/language/";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
yield "/";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "code", [], "any", false, false, false, 15);
yield ".png\" alt=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
yield "\" title=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
yield "\" /> ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["language"], "name", [], "any", false, false, false, 15);
yield "</button>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 18
yield " </ul>
</div>
<input type=\"hidden\" name=\"code\" value=\"\" />
<input type=\"hidden\" name=\"redirect\" value=\"";
// line 21
yield ($context["redirect"] ?? null);
yield "\" />
</form>
</div>
";
}
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/template/common/language.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/language.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/menu.twig */
class __TwigTemplate_dee2b551e81ab88b08f07c26c62e8cbdd06acc5efe9fe9367a5ce7392b5a178b extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["categories"] ?? null)) {
// line 2
echo "<div class=\"container\">
<nav id=\"menu\" class=\"navbar\">
<div class=\"navbar-header\"><span id=\"category\" class=\"visible-xs\">";
// line 4
echo ($context["text_category"] ?? null);
echo "</span>
<button type=\"button\" class=\"btn btn-navbar navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-ex1-collapse\"><i class=\"fa fa-bars\"></i></button>
</div>
<div class=\"collapse navbar-collapse navbar-ex1-collapse\">
<ul class=\"nav navbar-nav\">
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["categories"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 10
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 10)) {
// line 11
echo " <li class=\"dropdown\"><a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 11);
echo "\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">";
echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 11);
echo "</a>
<div class=\"dropdown-menu\">
<div class=\"dropdown-inner\"> ";
// line 13
$context['_parent'] = $context;
$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"))));
foreach ($context['_seq'] as $context["_key"] => $context["children"]) {
// line 14
echo " <ul class=\"list-unstyled\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["children"]);
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 16
echo " <li><a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 16);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 16);
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 18
echo " </ul>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['children'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
echo "</div>
<a href=\"";
// line 20
echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 20);
echo "\" class=\"see-all\">";
echo ($context["text_all"] ?? null);
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 20);
echo "</a> </div>
</li>
";
} else {
// line 23
echo " <li><a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 23);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 23);
echo "</a></li>
";
}
// line 25
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 26
echo " </ul>
</div>
</nav>
</div>
";
}
// line 30
echo " ";
}
public function getTemplateName()
{
return "default/template/common/menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/menu.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* install/step_1.twig */
class __TwigTemplate_4c297b6c38896feda5794f3cb7f06c3ad2036741a13f604b6b55e191db4ab7ef extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["header"] ?? null);
echo "
<div class=\"container\">
<header>
<div class=\"row\">
<div class=\"col-sm-6\">
<h1 class=\"pull-left\">1<small>/4</small></h1>
<h3>";
// line 7
echo ($context["heading_title"] ?? null);
echo "<br>
<small>";
// line 8
echo ($context["text_step_1"] ?? null);
echo "</small></h3>
</div>
<div class=\"col-sm-6\">
<div id=\"logo\" class=\"pull-right hidden-xs\"><img src=\"view/image/logo.png\" alt=\"ocStore\" title=\"ocStore\" /></div>
</div>
</div>
</header>
<div class=\"row\">
<div class=\"col-sm-9\">
<form action=\"";
// line 17
echo ($context["action"] ?? null);
echo "\" method=\"post\" enctype=\"multipart/form-data\">
<div class=\"terms\">";
// line 18
echo ($context["text_terms"] ?? null);
echo "</div>
<div class=\"buttons\">
<div class=\"pull-right\">
<input type=\"submit\" value=\"";
// line 21
echo ($context["button_continue"] ?? null);
echo "\" class=\"btn btn-primary\" />
</div>
</div>
</form>
</div>
<div class=\"col-sm-3\">";
// line 26
echo ($context["column_left"] ?? null);
echo "</div>
</div>
</div>
";
// line 29
echo ($context["footer"] ?? null);
}
public function getTemplateName()
{
return "install/step_1.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 86 => 29, 80 => 26, 72 => 21, 66 => 18, 62 => 17, 50 => 8, 46 => 7, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "install/step_1.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/footer.twig */
class __TwigTemplate_78f2983509b129bcbae4e5bc5c67ba84 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<footer>
<div class=\"container\">
<div class=\"row\">
";
// line 4
if (($context["informations"] ?? null)) {
// line 5
yield " <div class=\"col-sm-3\">
<h5>";
// line 6
yield ($context["text_information"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
";
// line 8
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["informations"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["information"]) {
// line 9
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["information"], "href", [], "any", false, false, false, 9);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["information"], "title", [], "any", false, false, false, 9);
yield "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['information'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
yield " </ul>
</div>
";
}
// line 14
yield " <div class=\"col-sm-3\">
<h5>";
// line 15
yield ($context["text_service"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 17
yield ($context["contact"] ?? null);
yield "\">";
yield ($context["text_contact"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 18
yield ($context["return"] ?? null);
yield "\">";
yield ($context["text_return"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 19
yield ($context["sitemap"] ?? null);
yield "\">";
yield ($context["text_sitemap"] ?? null);
yield "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 23
yield ($context["text_extra"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 25
yield ($context["manufacturer"] ?? null);
yield "\">";
yield ($context["text_manufacturer"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 26
yield ($context["voucher"] ?? null);
yield "\">";
yield ($context["text_voucher"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 27
yield ($context["affiliate"] ?? null);
yield "\">";
yield ($context["text_affiliate"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 28
yield ($context["special"] ?? null);
yield "\">";
yield ($context["text_special"] ?? null);
yield "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 32
yield ($context["text_account"] ?? null);
yield "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 34
yield ($context["account"] ?? null);
yield "\">";
yield ($context["text_account"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 35
yield ($context["order"] ?? null);
yield "\">";
yield ($context["text_order"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 36
yield ($context["wishlist"] ?? null);
yield "\">";
yield ($context["text_wishlist"] ?? null);
yield "</a></li>
<li><a href=\"";
// line 37
yield ($context["newsletter"] ?? null);
yield "\">";
yield ($context["text_newsletter"] ?? null);
yield "</a></li>
</ul>
</div>
</div>
<hr>
<p>";
// line 42
yield ($context["powered"] ?? null);
yield "</p>
</div>
</footer>
";
// line 45
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["styles"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["style"]) {
// line 46
yield "<link href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "href", [], "any", false, false, false, 46);
yield "\" type=\"text/css\" rel=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "rel", [], "any", false, false, false, 46);
yield "\" media=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["style"], "media", [], "any", false, false, false, 46);
yield "\" />
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['style'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 48
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["scripts"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["script"]) {
// line 49
yield "<script src=\"";
yield $context["script"];
yield "\" type=\"text/javascript\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['script'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 51
yield "<!--
OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
Please donate via PayPal to donate@opencart.com
//-->
</body></html>";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/template/common/footer.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 203 => 51, 194 => 49, 190 => 48, 177 => 46, 173 => 45, 167 => 42, 157 => 37, 151 => 36, 145 => 35, 139 => 34, 134 => 32, 125 => 28, 119 => 27, 113 => 26, 107 => 25, 102 => 23, 93 => 19, 87 => 18, 81 => 17, 76 => 15, 73 => 14, 68 => 11, 57 => 9, 53 => 8, 48 => 6, 45 => 5, 43 => 4, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/footer.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/home.twig */
class __TwigTemplate_afa29637b6792a8ca030276dcd307b3bd6cc9b21a88cd815a05248463ea71c03 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["header"] ?? null);
echo "
<div id=\"common-home\" class=\"container\">
<div class=\"row\">";
// line 3
echo ($context["column_left"] ?? null);
echo "
";
// line 4
if ((($context["column_left"] ?? null) && ($context["column_right"] ?? null))) {
// line 5
echo " ";
$context["class"] = "col-sm-6";
// line 6
echo " ";
} elseif ((($context["column_left"] ?? null) || ($context["column_right"] ?? null))) {
// line 7
echo " ";
$context["class"] = "col-sm-9";
// line 8
echo " ";
} else {
// line 9
echo " ";
$context["class"] = "col-sm-12";
// line 10
echo " ";
}
// line 11
echo " <div id=\"content\" class=\"";
echo ($context["class"] ?? null);
echo "\">";
echo ($context["content_top"] ?? null);
echo ($context["content_bottom"] ?? null);
echo "</div>
";
// line 12
echo ($context["column_right"] ?? null);
echo "</div>
</div>
";
// line 14
echo ($context["footer"] ?? null);
}
public function getTemplateName()
{
return "default/template/common/home.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/home.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/footer.twig */
class __TwigTemplate_095914b04076c5765a8029522dfff278289ca928a3a097ff1599ca56143b6229 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<footer>
<div class=\"container\">
<div class=\"row\">
";
// line 4
if (($context["informations"] ?? null)) {
// line 5
echo " <div class=\"col-sm-3\">
<h5>";
// line 6
echo ($context["text_information"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
";
// line 8
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["informations"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["information"]) {
// line 9
echo " <li><a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["information"], "href", [], "any", false, false, false, 9);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["information"], "title", [], "any", false, false, false, 9);
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['information'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " </ul>
</div>
";
}
// line 14
echo " <div class=\"col-sm-3\">
<h5>";
// line 15
echo ($context["text_service"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 17
echo ($context["contact"] ?? null);
echo "\">";
echo ($context["text_contact"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 18
echo ($context["return"] ?? null);
echo "\">";
echo ($context["text_return"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 19
echo ($context["sitemap"] ?? null);
echo "\">";
echo ($context["text_sitemap"] ?? null);
echo "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 23
echo ($context["text_extra"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 25
echo ($context["manufacturer"] ?? null);
echo "\">";
echo ($context["text_manufacturer"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 26
echo ($context["voucher"] ?? null);
echo "\">";
echo ($context["text_voucher"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 27
echo ($context["affiliate"] ?? null);
echo "\">";
echo ($context["text_affiliate"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 28
echo ($context["special"] ?? null);
echo "\">";
echo ($context["text_special"] ?? null);
echo "</a></li>
</ul>
</div>
<div class=\"col-sm-3\">
<h5>";
// line 32
echo ($context["text_account"] ?? null);
echo "</h5>
<ul class=\"list-unstyled\">
<li><a href=\"";
// line 34
echo ($context["account"] ?? null);
echo "\">";
echo ($context["text_account"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 35
echo ($context["order"] ?? null);
echo "\">";
echo ($context["text_order"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 36
echo ($context["wishlist"] ?? null);
echo "\">";
echo ($context["text_wishlist"] ?? null);
echo "</a></li>
<li><a href=\"";
// line 37
echo ($context["newsletter"] ?? null);
echo "\">";
echo ($context["text_newsletter"] ?? null);
echo "</a></li>
</ul>
</div>
</div>
<hr>
<p>";
// line 42
echo ($context["powered"] ?? null);
echo "</p>
</div>
</footer>
";
// line 45
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["styles"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["style"]) {
// line 46
echo "<link href=\"";
echo twig_get_attribute($this->env, $this->source, $context["style"], "href", [], "any", false, false, false, 46);
echo "\" type=\"text/css\" rel=\"";
echo twig_get_attribute($this->env, $this->source, $context["style"], "rel", [], "any", false, false, false, 46);
echo "\" media=\"";
echo twig_get_attribute($this->env, $this->source, $context["style"], "media", [], "any", false, false, false, 46);
echo "\" />
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['style'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 48
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["scripts"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["script"]) {
// line 49
echo "<script src=\"";
echo $context["script"];
echo "\" type=\"text/javascript\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['script'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 51
echo "<!--
OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
Please donate via PayPal to donate@opencart.com
//-->
</body></html>";
}
public function getTemplateName()
{
return "default/template/common/footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 202 => 51, 193 => 49, 189 => 48, 176 => 46, 172 => 45, 166 => 42, 156 => 37, 150 => 36, 144 => 35, 138 => 34, 133 => 32, 124 => 28, 118 => 27, 112 => 26, 106 => 25, 101 => 23, 92 => 19, 86 => 18, 80 => 17, 75 => 15, 72 => 14, 67 => 11, 56 => 9, 52 => 8, 47 => 6, 44 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/footer.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* common/column_left.twig */
class __TwigTemplate_0f26b9c9327b25ba06f2e1da065dd767f46a8bab863a584b1d0176305e9d624c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<ul class=\"list-group\">
";
// line 2
if ((twig_slice($this->env, ($context["route"] ?? null), 0, 8) != "upgrade/")) {
// line 3
echo " ";
if ((($context["route"] ?? null) == "install/step_1")) {
// line 4
echo " <li class=\"list-group-item\"><b>";
echo ($context["text_license"] ?? null);
echo "</b></li>
";
} else {
// line 6
echo " <li class=\"list-group-item\">";
echo ($context["text_license"] ?? null);
echo "</li>
";
}
// line 8
echo " ";
if ((($context["route"] ?? null) == "install/step_2")) {
// line 9
echo " <li class=\"list-group-item\"><b>";
echo ($context["text_installation"] ?? null);
echo "</b></li>
";
} else {
// line 11
echo " <li class=\"list-group-item\">";
echo ($context["text_installation"] ?? null);
echo "</li>
";
}
// line 13
echo " ";
if ((($context["route"] ?? null) == "install/step_3")) {
// line 14
echo " <li class=\"list-group-item\"><b>";
echo ($context["text_configuration"] ?? null);
echo "</b></li>
";
} else {
// line 16
echo " <li class=\"list-group-item\">";
echo ($context["text_configuration"] ?? null);
echo "</li>
";
}
// line 18
echo " ";
} else {
// line 19
echo " ";
if ((($context["route"] ?? null) == "upgrade/upgrade")) {
// line 20
echo " <li class=\"list-group-item\"><b>";
echo ($context["text_upgrade"] ?? null);
echo "</b></li>
";
} else {
// line 22
echo " <li class=\"list-group-item\">";
echo ($context["text_upgrade"] ?? null);
echo "</li>
";
}
// line 24
echo " ";
if ((($context["route"] ?? null) == "upgrade/upgrade/success")) {
// line 25
echo " <li class=\"list-group-item\"><b>";
echo ($context["text_finished"] ?? null);
echo "</b></li>
";
} else {
// line 27
echo " <li class=\"list-group-item\">";
echo ($context["text_finished"] ?? null);
echo "</li>
";
}
// line 29
echo " ";
}
// line 30
echo "</ul>
<form action=\"";
// line 31
echo ($context["action"] ?? null);
echo "\" method=\"post\" enctype=\"multipart/form-data\" id=\"language\">
<ul class=\"list-group\">
<li class=\"list-group-item\">
<div class=\"dropdown\">
<button class=\"btn btn-default dropdown-toggle\" type=\"button\" data-toggle=\"dropdown\">";
// line 35
echo ($context["text_language"] ?? null);
echo " <span class=\"caret\"></span></button>
<ul class=\"dropdown-menu\">
";
// line 37
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 38
echo " <li><a href=\"";
echo $context["language"];
echo "\"><img src=\"language/";
echo $context["language"];
echo "/";
echo $context["language"];
echo ".png\" /></a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 40
echo " </ul>
</div>
</li>
</ul>
<input type=\"hidden\" name=\"code\" value=\"\" />
<input type=\"hidden\" name=\"redirect\" value=\"";
// line 45
echo ($context["redirect"] ?? null);
echo "\" />
</form>
<script type=\"text/javascript\"><!--
// Language
\$('#language a').on('click', function(e) {
\te.preventDefault();
\t\$('#language input[name=\\'code\\']').val(\$(this).attr('href'));
\t\$('#language').submit();
});
--></script>
";
}
public function getTemplateName()
{
return "common/column_left.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "common/column_left.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* extension/dashboard/customer_info.twig */
class __TwigTemplate_659781e46f5c784590b47fed2ed45b74 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"tile tile-primary\">
<div class=\"tile-heading\">";
// line 2
yield ($context["heading_title"] ?? null);
yield " <span class=\"pull-right\">
";
// line 3
if ((($context["percentage"] ?? null) > 0)) {
// line 4
yield " <i class=\"fa fa-caret-up\"></i>
";
} elseif (( // line 5
($context["percentage"] ?? null) < 0)) {
// line 6
yield " <i class=\"fa fa-caret-down\"></i>
";
}
// line 8
yield " ";
yield ($context["percentage"] ?? null);
yield "%</span></div>
<div class=\"tile-body\"><i class=\"fa fa-user\"></i>
<h2 class=\"pull-right\">";
// line 10
yield ($context["total"] ?? null);
yield "</h2>
</div>
<div class=\"tile-footer\"><a href=\"";
// line 12
yield ($context["customer"] ?? null);
yield "\">";
yield ($context["text_view"] ?? null);
yield "</a></div>
</div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "extension/dashboard/customer_info.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 67 => 12, 62 => 10, 56 => 8, 52 => 6, 50 => 5, 47 => 4, 45 => 3, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "extension/dashboard/customer_info.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/extension/module/banner.twig */
class __TwigTemplate_9216e8c0a91492b2711969861742c88676fbf2c7049554ca627d2ff700fbe872 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"swiper-viewport\">
<div id=\"banner";
// line 2
echo ($context["module"] ?? null);
echo "\" class=\"swiper-container\">
<div class=\"swiper-wrapper\">";
// line 3
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["banners"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
// line 4
echo " <div class=\"swiper-slide\">";
if (twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4)) {
echo "<a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4);
echo "\"><img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
echo "\" class=\"img-responsive\" /></a>";
} else {
echo "<img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
echo "\" class=\"img-responsive\" />";
}
echo "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo "</div>
</div>
</div>
<script type=\"text/javascript\"><!--
\$('#banner";
// line 9
echo ($context["module"] ?? null);
echo "').swiper({
\teffect: 'fade',
\tautoplay: 2500,
autoplayDisableOnInteraction: false
});
--></script> ";
}
public function getTemplateName()
{
return "default/template/extension/module/banner.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 9, 71 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/extension/module/banner.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* extension/dashboard/order_info.twig */
class __TwigTemplate_fc712c5b5b70dfee284d07321debaaa9 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"tile tile-primary\">
<div class=\"tile-heading\">";
// line 2
yield ($context["heading_title"] ?? null);
yield " <span class=\"pull-right\">
";
// line 3
if ((($context["percentage"] ?? null) > 0)) {
yield "
<i class=\"fa fa-caret-up\"></i>
";
} elseif (( // line 5
($context["percentage"] ?? null) < 0)) {
// line 6
yield " <i class=\"fa fa-caret-down\"></i>
";
}
// line 8
yield " ";
yield ($context["percentage"] ?? null);
yield "%</span></div>
<div class=\"tile-body\"><i class=\"fa fa-shopping-cart\"></i>
<h2 class=\"pull-right\">";
// line 10
yield ($context["total"] ?? null);
yield "</h2>
</div>
<div class=\"tile-footer\"><a href=\"";
// line 12
yield ($context["order"] ?? null);
yield "\">";
yield ($context["text_view"] ?? null);
yield "</a></div>
</div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "extension/dashboard/order_info.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 67 => 12, 62 => 10, 56 => 8, 52 => 6, 50 => 5, 45 => 3, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "extension/dashboard/order_info.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/product/review.twig */
class __TwigTemplate_589bddb68b64212c3aca6e8ecabb81b5 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["reviews"] ?? null)) {
// line 2
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["reviews"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["review"]) {
// line 3
yield "<table class=\"table table-striped table-bordered\">
<tr>
<td style=\"width: 50%;\"><strong>";
// line 5
yield CoreExtension::getAttribute($this->env, $this->source, $context["review"], "author", [], "any", false, false, false, 5);
yield "</strong></td>
<td class=\"text-right\">";
// line 6
yield CoreExtension::getAttribute($this->env, $this->source, $context["review"], "date_added", [], "any", false, false, false, 6);
yield "</td>
</tr>
<tr>
<td colspan=\"2\"><p>";
// line 9
yield CoreExtension::getAttribute($this->env, $this->source, $context["review"], "text", [], "any", false, false, false, 9);
yield "</p>
";
// line 10
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(range(1, 5));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 11
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["review"], "rating", [], "any", false, false, false, 11) < $context["i"])) {
yield " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span> ";
} else {
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> ";
}
// line 12
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
yield "</td>
</tr>
</table>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['review'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 16
yield "<div class=\"row\">
<div class=\"col-sm-6 text-left\">";
// line 17
yield ($context["pagination"] ?? null);
yield "</div>
<div class=\"col-sm-6 text-right\">";
// line 18
yield ($context["results"] ?? null);
yield "</div>
</div>
";
} else {
// line 21
yield "<p>";
yield ($context["text_no_reviews"] ?? null);
yield "</p>
";
}
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/template/product/review.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/product/review.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* extension/dashboard/activity_info.twig */
class __TwigTemplate_fdea16af57e6671a4e31a6367df42457 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"panel panel-default\">
<div class=\"panel-heading\">
<h3 class=\"panel-title\"><i class=\"fa fa-calendar\"></i> ";
// line 3
yield ($context["heading_title"] ?? null);
yield "</h3>
</div>
<ul class=\"list-group\">
";
// line 6
if (($context["activities"] ?? null)) {
// line 7
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["activities"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["activity"]) {
// line 8
yield " <li class=\"list-group-item\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "comment", [], "any", false, false, false, 8);
yield "<br />
<small class=\"text-muted\"><i class=\"fa fa-clock-o\"></i> ";
// line 9
yield CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "date_added", [], "any", false, false, false, 9);
yield "</small></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['activity'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
yield " ";
} else {
// line 12
yield " <li class=\"list-group-item text-center\">";
yield ($context["text_no_results"] ?? null);
yield "</li>
";
}
// line 14
yield " </ul>
</div>";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "extension/dashboard/activity_info.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 77 => 14, 71 => 12, 68 => 11, 60 => 9, 55 => 8, 50 => 7, 48 => 6, 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "extension/dashboard/activity_info.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* common/header.twig */
class __TwigTemplate_9e1e9be69d7e6401ebebb93e8b55a60c37f6bd697ad410e43b601d290644978f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<!DOCTYPE html>
<html lang=\"en\">
<head>
<meta charset=\"UTF-8\" />
<title>";
// line 5
echo ($context["title"] ?? null);
echo "</title>
<base href=\"";
// line 6
echo ($context["base"] ?? null);
echo "\" />
<script type=\"text/javascript\" src=\"view/javascript/jquery/jquery-2.1.1.min.js\"></script>
<link href=\"view/javascript/bootstrap/css/bootstrap.css\" rel=\"stylesheet\" media=\"screen\" />
<script src=\"view/javascript/bootstrap/js/bootstrap.js\" type=\"text/javascript\"></script>
<link href=\"view/javascript/font-awesome/css/font-awesome.min.css\" type=\"text/css\" rel=\"stylesheet\" />
<link href=\"//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700\" rel=\"stylesheet\" type=\"text/css\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"view/stylesheet/stylesheet.css\" />
</head>
<body>";
}
public function getTemplateName()
{
return "common/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 6, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "common/header.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/error/not_found.twig */
class __TwigTemplate_af0ae301916cc5e35b5d33f3d5dc78315e7f6383fc653f1551802f2eb3b53153 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["header"] ?? null);
echo "
<div id=\"error-not-found\" class=\"container\">
<ul class=\"breadcrumb\">
";
// line 4
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["breadcrumbs"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb"]) {
// line 5
echo " <li><a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["breadcrumb"], "href", [], "any", false, false, false, 5);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["breadcrumb"], "text", [], "any", false, false, false, 5);
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumb'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 7
echo " </ul>
<div class=\"row\">";
// line 8
echo ($context["column_left"] ?? null);
echo "
";
// line 9
if ((($context["column_left"] ?? null) && ($context["column_right"] ?? null))) {
// line 10
echo " ";
$context["class"] = "col-sm-6";
// line 11
echo " ";
} elseif ((($context["column_left"] ?? null) || ($context["column_right"] ?? null))) {
// line 12
echo " ";
$context["class"] = "col-sm-9";
// line 13
echo " ";
} else {
// line 14
echo " ";
$context["class"] = "col-sm-12";
// line 15
echo " ";
}
// line 16
echo " <div id=\"content\" class=\"";
echo ($context["class"] ?? null);
echo "\">";
echo ($context["content_top"] ?? null);
echo "
<h1>";
// line 17
echo ($context["heading_title"] ?? null);
echo "</h1>
<p>";
// line 18
echo ($context["text_error"] ?? null);
echo "</p>
<div class=\"buttons clearfix\">
<div class=\"pull-right\"><a href=\"";
// line 20
echo ($context["continue"] ?? null);
echo "\" class=\"btn btn-primary\">";
echo ($context["button_continue"] ?? null);
echo "</a></div>
</div>
";
// line 22
echo ($context["content_bottom"] ?? null);
echo "</div>
";
// line 23
echo ($context["column_right"] ?? null);
echo "</div>
</div>
";
// line 25
echo ($context["footer"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "default/template/error/not_found.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/error/not_found.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/search.twig */
class __TwigTemplate_e077406cf252d73d0cbbf4a31dcbfb441ad8cc3b747eb6f43576687e0f118c58 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"search\" class=\"input-group\">
<input type=\"text\" name=\"search\" value=\"";
// line 2
echo ($context["search"] ?? null);
echo "\" placeholder=\"";
echo ($context["text_search"] ?? null);
echo "\" class=\"form-control input-lg\" />
<span class=\"input-group-btn\">
<button type=\"button\" class=\"btn btn-default btn-lg\"><i class=\"fa fa-search\"></i></button>
</span>
</div>";
}
public function getTemplateName()
{
return "default/template/common/search.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/search.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* install/step_4.twig */
class __TwigTemplate_0cfacc6460d0e7c35b44e4ca7f20fc23a058a184ea432285e0b41d7296cad73a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["header"] ?? null);
echo "
<div class=\"container\">
<header>
<div class=\"row\">
<div class=\"col-sm-6\">
<h1 class=\"pull-left\">4
<small>/4</small>
</h1>
<h3>";
// line 9
echo ($context["heading_title"] ?? null);
echo "
<br>
<small>";
// line 11
echo ($context["text_step_4"] ?? null);
echo "</small>
</h3>
</div>
<div class=\"col-sm-6\">
<div id=\"logo\" class=\"pull-right hidden-xs\"><img src=\"view/image/logo.png\" alt=\"OpenCart\" title=\"OpenCart\" /></div>
</div>
</div>
</header>
<div class=\"alert alert-danger alert-dismissible\"><i class=\"fa fa-exclamation-circle\"></i> ";
// line 19
echo ($context["error_warning"] ?? null);
echo " <button type=\"button\" class=\"close\" data-dismiss=\"alert\">&times;</button></div>
<div class=\"visit\">
<div class=\"row\">
<div class=\"col-sm-5 col-sm-offset-1 text-center\">
<p><i class=\"fa fa-shopping-cart fa-5x\"></i></p>
<a href=\"../\" class=\"btn btn-secondary\">";
// line 24
echo ($context["text_catalog"] ?? null);
echo "</a>
</div>
<div class=\"col-sm-5 text-center\">
<p><i class=\"fa fa-cog fa-5x white\"></i></p>
<a href=\"../admin/\" class=\"btn btn-secondary\">";
// line 28
echo ($context["text_admin"] ?? null);
echo "</a>
</div>
</div>
</div>
<div class=\"modules\">
<div class=\"row\" id=\"extension\">
<h2 class=\"text-center\"><i class=\"fa fa-circle-o-notch fa-spin\"></i> ";
// line 34
echo ($context["text_loading"] ?? null);
echo "</h2>
</div>
<div class=\"row\">
<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\">";
// line 37
echo ($context["text_extension"] ?? null);
echo "</a></div>
</div>
</div>
<div class=\"mailing\">
<div class=\"row\">
<div class=\"col-sm-12\"><i class=\"fa fa-envelope-o fa-5x\"></i>
<h3>";
// line 43
echo ($context["text_mail"] ?? null);
echo "
<br/>
<small>";
// line 45
echo ($context["text_mail_description"] ?? null);
echo "</small>
</h3>
<a href=\"https://ocstore.com/subscribe/\" target=\"_BLANK\" class=\"btn btn-secondary\">";
// line 47
echo ($context["button_mail"] ?? null);
echo "</a>
</div>
</div>
</div>
<div class=\"support text-center\">
<div class=\"row\">
<div class=\"col-sm-4\">
<a href=\"https://www.facebook.com/opencartforum\" class=\"icon transition\"><i class=\"fa fa-facebook fa-4x\"></i></a>
<h3>";
// line 55
echo ($context["text_facebook"] ?? null);
echo "</h3>
<p>";
// line 56
echo ($context["text_facebook_description"] ?? null);
echo "</p>
<a href=\"https://www.facebook.com/opencartforum\">";
// line 57
echo ($context["text_facebook_visit"] ?? null);
echo "</a>
</div>
<div class=\"col-sm-4\">
<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>
<h3>";
// line 61
echo ($context["text_forum"] ?? null);
echo "</h3>
<p>";
// line 62
echo ($context["text_forum_description"] ?? null);
echo "</p>
<a href=\"https://opencartforum.com/?utm_source=ocstore_install&utm_medium=forum_link&utm_campaign=ocstore_install\">";
// line 63
echo ($context["text_forum_visit"] ?? null);
echo "</a>
</div>
<div class=\"col-sm-4\">
<a href=\"https://dedicated.ocstore.com/?utm_source=ocstore3_install\" class=\"icon transition\"><i class=\"fa fa-user fa-4x\"></i></a>
<h3>";
// line 67
echo ($context["text_commercial"] ?? null);
echo "</h3>
<p>";
// line 68
echo ($context["text_commercial_description"] ?? null);
echo "</p>
<a href=\"https://dedicated.ocstore.com/?utm_source=ocstore3_install\" target=\"_BLANK\">";
// line 69
echo ($context["text_commercial_visit"] ?? null);
echo "</a>
</div>
</div>
</div>
</div>
";
// line 74
echo ($context["footer"] ?? null);
echo "
<script type=\"text/javascript\"><!--
\$(document).ready(function() {
\$.ajax({
url: '";
// line 78
echo ($context["extension"] ?? null);
echo "',
type: 'post',
dataType: 'json',
success: function(json) {
if (json['extensions']) {
html = '';
for (i = 0; i < json['extensions'].length; i++) {
extension = json['extensions'][i];
html += '<div class=\"col-sm-6 module\">';
html += ' <a class=\"thumbnail pull-left\" href=\"' + extension['href'] + '\"><img src=\"' + extension['image'] + '\" alt=\"' + extension['name'] + '\" /></a>';
html += ' <h5>' + extension['name'] + '</h5>';
html += ' <p>' + extension['price'] + ' <a target=\"_BLANK\" href=\"' + extension['href'] + '\">";
// line 91
echo ($context["text_view"] ?? null);
echo "</a></p>';
html += ' <div class=\"clearfix\"></div>';
html += '</div>';
}
\$('#extension').html(html);
} else {
\$('#extension').fadeOut();
}
}
});
});
//--></script>
";
}
public function getTemplateName()
{
return "install/step_4.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "install/step_4.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* common/footer.twig */
class __TwigTemplate_00218df58a7753524afd32b0fe75b21d9026fe4dbf9f9039de4b218143c3ecb0 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<footer>
<div class=\"container\"><a href=\"https://ocstore.com/?utm_source=ocstore3\" target=\"_blank\">";
// line 2
echo ($context["text_project"] ?? null);
echo "</a>|<a href=\"https://docs.ocstore.com/?utm_source=ocstore3\" target=\"_blank\">";
echo ($context["text_documentation"] ?? null);
echo "</a>|<a href=\"https://opencartforum.com/?utm_source=ocstore3\" target=\"_blank\">";
echo ($context["text_support"] ?? null);
echo "</a><br />
</div>
</footer>
</body></html>
";
}
public function getTemplateName()
{
return "common/footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "common/footer.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/column_right.twig */
class __TwigTemplate_332e181c7599efe3eb9016853ca69ee7e4e4203659124c84f7afc0efd1b7b0de extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["modules"] ?? null)) {
// line 2
echo "<aside id=\"column-right\" class=\"col-sm-3 hidden-xs\">
";
// line 3
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["modules"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 4
echo " ";
echo $context["module"];
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 6
echo "</aside>
";
}
}
public function getTemplateName()
{
return "default/template/common/column_right.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 6, 46 => 4, 42 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/column_right.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/extension/module/category.twig */
class __TwigTemplate_f118bf5e29f101449e4e20a11f48c9a364b7fd6a8dc317bab750ee2e7023cb0b extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"list-group\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["categories"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 3
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["category"], "category_id", [], "any", false, false, false, 3) == ($context["category_id"] ?? null))) {
echo "
<a href=\"";
// line 4
echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 4);
echo "\" class=\"list-group-item active\">";
echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 4);
echo "</a>
";
// line 5
if (twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 5)) {
// line 6
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 6));
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 7
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["child"], "category_id", [], "any", false, false, false, 7) == ($context["child_id"] ?? null))) {
// line 8
echo " <a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 8);
echo "\" class=\"list-group-item active\">&nbsp;&nbsp;&nbsp;- ";
echo twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 8);
echo "</a>
";
} else {
// line 9
echo "
<a href=\"";
// line 10
echo twig_get_attribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 10);
echo "\" class=\"list-group-item\">&nbsp;&nbsp;&nbsp;- ";
echo twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 10);
echo "</a>
";
}
// line 12
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 13
echo " ";
}
// line 14
echo " ";
} else {
echo " <a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 14);
echo "\" class=\"list-group-item\">";
echo twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 14);
echo "</a>
";
}
// line 16
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 17
echo "</div>
";
}
public function getTemplateName()
{
return "default/template/extension/module/category.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("", "default/template/extension/module/category.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* extension/dashboard/sale_info.twig */
class __TwigTemplate_c1447253c420b4175648a20d461c39d7 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"tile tile-primary\">
<div class=\"tile-heading\">";
// line 2
yield ($context["heading_title"] ?? null);
yield " <span class=\"pull-right\">
";
// line 3
if ((($context["percentage"] ?? null) > 0)) {
// line 4
yield " <i class=\"fa fa-caret-up\"></i>
";
} elseif (( // line 5
($context["percentage"] ?? null) < 0)) {
// line 6
yield " <i class=\"fa fa-caret-down\"></i>
";
}
// line 8
yield " ";
yield ($context["percentage"] ?? null);
yield "%</span></div>
<div class=\"tile-body\"><i class=\"fa fa-credit-card\"></i>
<h2 class=\"pull-right\">";
// line 10
yield ($context["total"] ?? null);
yield "</h2>
</div>
<div class=\"tile-footer\"><a href=\"";
// line 12
yield ($context["sale"] ?? null);
yield "\">";
yield ($context["text_view"] ?? null);
yield "</a></div>
</div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "extension/dashboard/sale_info.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 67 => 12, 62 => 10, 56 => 8, 52 => 6, 50 => 5, 47 => 4, 45 => 3, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "extension/dashboard/sale_info.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* extension/dashboard/online_info.twig */
class __TwigTemplate_c2587a313ada31f952ee250ece28c036 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<div class=\"tile tile-primary\">
<div class=\"tile-heading\">";
// line 2
yield ($context["heading_title"] ?? null);
yield "</div>
<div class=\"tile-body\"><i class=\"fa fa-users\"></i>
<h2 class=\"pull-right\">";
// line 4
yield ($context["total"] ?? null);
yield "</h2>
</div>
<div class=\"tile-footer\"><a href=\"";
// line 6
yield ($context["online"] ?? null);
yield "\">";
yield ($context["text_view"] ?? null);
yield "</a></div>
</div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "extension/dashboard/online_info.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 51 => 6, 46 => 4, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "extension/dashboard/online_info.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/extension/module/slideshow.twig */
class __TwigTemplate_ab35027df8212c18ad8ffbb836db91a6e82a5061909d9c80c93b2f5753189da7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"slideshow swiper-viewport\">
<div id=\"slideshow";
// line 2
echo ($context["module"] ?? null);
echo "\" class=\"swiper-container\">
<div class=\"swiper-wrapper\"> ";
// line 3
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["banners"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
// line 4
echo " <div class=\"swiper-slide text-center\">";
if (twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4)) {
echo "<a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4);
echo "\"><img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
echo "\" class=\"img-responsive\" /></a>";
} else {
echo "<img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
echo "\" class=\"img-responsive\" />";
}
echo "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo " </div>
</div>
<div class=\"swiper-pagination slideshow";
// line 7
echo ($context["module"] ?? null);
echo "\"></div>
<div class=\"swiper-pager\">
<div class=\"swiper-button-next\"></div>
<div class=\"swiper-button-prev\"></div>
</div>
</div>
<script type=\"text/javascript\"><!--
\$('#slideshow";
// line 14
echo ($context["module"] ?? null);
echo "').swiper({
\tmode: 'horizontal',
\tslidesPerView: 1,
\tpagination: '.slideshow";
// line 17
echo ($context["module"] ?? null);
echo "',
\tpaginationClickable: true,
\tnextButton: '.slideshow .swiper-button-next',
prevButton: '.slideshow .swiper-button-prev',
spaceBetween: 30,
\tautoplay: 2500,
autoplayDisableOnInteraction: true,
\tloop: true
});
//--></script>";
}
public function getTemplateName()
{
return "default/template/extension/module/slideshow.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 91 => 17, 85 => 14, 75 => 7, 71 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/extension/module/slideshow.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/extension/module/featured_product.twig */
class __TwigTemplate_687390be2c9733cb697b56dc7b2e989eb85d0e5462d6e63dac1d13726b1aef3f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["products"] ?? null)) {
// line 2
echo "<h3>";
echo ($context["heading_title"] ?? null);
echo "</h3>
<div class=\"row\"> ";
// line 3
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["products"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
// line 4
echo " <div class=\"product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12\">
<div class=\"product-thumb transition\">
<div class=\"image\"><a href=\"";
// line 6
echo twig_get_attribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 6);
echo "\"><img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["product"], "thumb", [], "any", false, false, false, 6);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
echo "\" title=\"";
echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 6);
echo "\" class=\"img-responsive\" /></a></div>
<div class=\"caption\">
<h4><a href=\"";
// line 8
echo twig_get_attribute($this->env, $this->source, $context["product"], "href", [], "any", false, false, false, 8);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 8);
echo "</a></h4>
<p>";
// line 9
echo twig_get_attribute($this->env, $this->source, $context["product"], "description", [], "any", false, false, false, 9);
echo "</p>
";
// line 10
if (twig_get_attribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 10)) {
// line 11
echo " <div class=\"rating\">";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(1, 5));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 12
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["product"], "rating", [], "any", false, false, false, 12) < $context["i"])) {
echo " <span class=\"fa fa-stack\"><i class=\"fa fa-star-o fa-stack-2x\"></i></span> ";
} else {
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> ";
}
// line 13
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
echo "</div>
";
}
// line 15
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 15)) {
// line 16
echo " <p class=\"price\"> ";
if ( !twig_get_attribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 16)) {
// line 17
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 17);
echo "
";
} else {
// line 18
echo " <span class=\"price-new\">";
echo twig_get_attribute($this->env, $this->source, $context["product"], "special", [], "any", false, false, false, 18);
echo "</span> <span class=\"price-old\">";
echo twig_get_attribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 18);
echo "</span> ";
}
// line 19
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 19)) {
echo " <span class=\"price-tax\">";
echo ($context["text_tax"] ?? null);
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["product"], "tax", [], "any", false, false, false, 19);
echo "</span> ";
}
echo " </p>
";
}
// line 20
echo " </div>
<div class=\"button-group\">
<button type=\"button\" onclick=\"cart.add('";
// line 22
echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 22);
echo "');\"><i class=\"fa fa-shopping-cart\"></i> <span class=\"hidden-xs hidden-sm hidden-md\">";
echo ($context["button_cart"] ?? null);
echo "</span></button>
<button type=\"button\" data-toggle=\"tooltip\" title=\"";
// line 23
echo ($context["button_wishlist"] ?? null);
echo "\" onclick=\"wishlist.add('";
echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 23);
echo "');\"><i class=\"fa fa-heart\"></i></button>
<button type=\"button\" data-toggle=\"tooltip\" title=\"";
// line 24
echo ($context["button_compare"] ?? null);
echo "\" onclick=\"compare.add('";
echo twig_get_attribute($this->env, $this->source, $context["product"], "product_id", [], "any", false, false, false, 24);
echo "');\"><i class=\"fa fa-exchange\"></i></button>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 28
echo " </div>
";
}
}
public function getTemplateName()
{
return "default/template/extension/module/featured_product.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 156 => 28, 143 => 24, 137 => 23, 131 => 22, 127 => 20, 115 => 19, 108 => 18, 102 => 17, 99 => 16, 96 => 15, 87 => 13, 80 => 12, 75 => 11, 73 => 10, 69 => 9, 63 => 8, 52 => 6, 48 => 4, 44 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/extension/module/featured_product.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* common/login.twig */
class __TwigTemplate_e125c98d8c90775552816e3e4e44a5b5 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield ($context["header"] ?? null);
yield "
<div id=\"content\">
<div class=\"container-fluid\"><br />
<br />
<div class=\"row\">
<div class=\"col-sm-offset-4 col-sm-4\">
<div class=\"panel panel-default\">
<div class=\"panel-heading\">
<h1 class=\"panel-title\"><i class=\"fa fa-lock\"></i> ";
// line 9
yield ($context["text_login"] ?? null);
yield "</h1>
</div>
<div class=\"panel-body\">
";
// line 12
if (($context["success"] ?? null)) {
// line 13
yield " <div class=\"alert alert-success alert-dismissible\"><i class=\"fa fa-check-circle\"></i> ";
yield ($context["success"] ?? null);
yield "
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">&times;</button>
</div>
";
}
// line 17
yield " ";
if (($context["error_warning"] ?? null)) {
// line 18
yield " <div class=\"alert alert-danger alert-dismissible\"><i class=\"fa fa-exclamation-circle\"></i> ";
yield ($context["error_warning"] ?? null);
yield "
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">&times;</button>
</div>
";
}
// line 22
yield " <form action=\"";
yield ($context["action"] ?? null);
yield "\" method=\"post\" enctype=\"multipart/form-data\">
<div class=\"form-group\">
<label for=\"input-username\">";
// line 24
yield ($context["entry_username"] ?? null);
yield "</label>
<div class=\"input-group\"><span class=\"input-group-addon\"><i class=\"fa fa-user\"></i></span>
<input type=\"text\" name=\"username\" value=\"";
// line 26
yield ($context["username"] ?? null);
yield "\" placeholder=\"";
yield ($context["entry_username"] ?? null);
yield "\" id=\"input-username\" class=\"form-control\" />
</div>
</div>
<div class=\"form-group\">
<label for=\"input-password\">";
// line 30
yield ($context["entry_password"] ?? null);
yield "</label>
<div class=\"input-group\"><span class=\"input-group-addon\"><i class=\"fa fa-lock\"></i></span>
<input type=\"password\" name=\"password\" value=\"";
// line 32
yield ($context["password"] ?? null);
yield "\" placeholder=\"";
yield ($context["entry_password"] ?? null);
yield "\" id=\"input-password\" class=\"form-control\" />
</div>
";
// line 34
if (($context["forgotten"] ?? null)) {
// line 35
yield " <span class=\"help-block\"><a href=\"";
yield ($context["forgotten"] ?? null);
yield "\">";
yield ($context["text_forgotten"] ?? null);
yield "</a></span>
";
}
// line 37
yield " </div>
<div class=\"text-right\">
<button type=\"submit\" class=\"btn btn-primary\"><i class=\"fa fa-key\"></i> ";
// line 39
yield ($context["button_login"] ?? null);
yield "</button>
</div>
";
// line 41
if (($context["redirect"] ?? null)) {
// line 42
yield " <input type=\"hidden\" name=\"redirect\" value=\"";
yield ($context["redirect"] ?? null);
yield "\" />
";
}
// line 44
yield " </form>
</div>
</div>
</div>
</div>
</div>
</div>
";
// line 51
yield ($context["footer"] ?? null);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "common/login.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 144 => 51, 135 => 44, 129 => 42, 127 => 41, 122 => 39, 118 => 37, 110 => 35, 108 => 34, 101 => 32, 96 => 30, 87 => 26, 82 => 24, 76 => 22, 68 => 18, 65 => 17, 57 => 13, 55 => 12, 49 => 9, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "common/login.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/extension/module/carousel.twig */
class __TwigTemplate_170e2614a2a391e7f76aec123a9ae1694070957b148f5428c72dbbf92293c77d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"carousel swiper-viewport\">
<div id=\"carousel";
// line 2
echo ($context["module"] ?? null);
echo "\" class=\"swiper-container\">
<div class=\"swiper-wrapper\">";
// line 3
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["banners"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
// line 4
echo " <div class=\"swiper-slide text-center\">";
if (twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4)) {
echo "<a href=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "link", [], "any", false, false, false, 4);
echo "\"><img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
echo "\" class=\"img-responsive\" /></a>";
} else {
echo "<img src=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "image", [], "any", false, false, false, 4);
echo "\" alt=\"";
echo twig_get_attribute($this->env, $this->source, $context["banner"], "title", [], "any", false, false, false, 4);
echo "\" class=\"img-responsive\" />";
}
echo "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo "</div>
</div>
<div class=\"swiper-pagination carousel";
// line 7
echo ($context["module"] ?? null);
echo "\"></div>
<div class=\"swiper-pager\">
<div class=\"swiper-button-next\"></div>
<div class=\"swiper-button-prev\"></div>
</div>
</div>
<script type=\"text/javascript\"><!--
\$('#carousel";
// line 14
echo ($context["module"] ?? null);
echo "').swiper({
\tmode: 'horizontal',
\tslidesPerView: 5,
\tpagination: '.carousel";
// line 17
echo ($context["module"] ?? null);
echo "',
\tpaginationClickable: true,
\tnextButton: '.carousel .swiper-button-next',
prevButton: '.carousel .swiper-button-prev',
\tautoplay: 2500,
\tloop: true
});
--></script>";
}
public function getTemplateName()
{
return "default/template/extension/module/carousel.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 91 => 17, 85 => 14, 75 => 7, 71 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/extension/module/carousel.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/content_bottom.twig */
class __TwigTemplate_f202e0267a8d078c6cbb0a2295fc4ab7553504c939492901e3d88f96f0cb2700 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["modules"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 2
echo $context["module"];
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "default/template/common/content_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/content_bottom.twig", "");
}
}
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default/template/common/menu.twig */
class __TwigTemplate_fcfcb8e05e538f1a0f4724f3e514208f extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["categories"] ?? null)) {
// line 2
yield "<div class=\"container\">
<nav id=\"menu\" class=\"navbar\">
<div class=\"navbar-header\"><span id=\"category\" class=\"visible-xs\">";
// line 4
yield ($context["text_category"] ?? null);
yield "</span>
<button type=\"button\" class=\"btn btn-navbar navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-ex1-collapse\"><i class=\"fa fa-bars\"></i></button>
</div>
<div class=\"collapse navbar-collapse navbar-ex1-collapse\">
<ul class=\"nav navbar-nav\">
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["categories"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 10
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 10)) {
// line 11
yield " <li class=\"dropdown\"><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 11);
yield "\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 11);
yield "</a>
<div class=\"dropdown-menu\">
<div class=\"dropdown-inner\"> ";
// line 13
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::batch(CoreExtension::getAttribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 13), (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["category"], "children", [], "any", false, false, false, 13)) / Twig\Extension\CoreExtension::round(CoreExtension::getAttribute($this->env, $this->source, $context["category"], "column", [], "any", false, false, false, 13), 1, "ceil"))));
foreach ($context['_seq'] as $context["_key"] => $context["children"]) {
// line 14
yield " <ul class=\"list-unstyled\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($context["children"]);
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 16
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["child"], "href", [], "any", false, false, false, 16);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 16);
yield "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 18
yield " </ul>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['children'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
yield "</div>
<a href=\"";
// line 20
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 20);
yield "\" class=\"see-all\">";
yield ($context["text_all"] ?? null);
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 20);
yield "</a> </div>
</li>
";
} else {
// line 23
yield " <li><a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "href", [], "any", false, false, false, 23);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 23);
yield "</a></li>
";
}
// line 25
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 26
yield " </ul>
</div>
</nav>
</div>
";
}
// line 30
yield " ";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/template/common/menu.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 130 => 30, 123 => 26, 117 => 25, 109 => 23, 99 => 20, 96 => 19, 89 => 18, 78 => 16, 74 => 15, 71 => 14, 67 => 13, 59 => 11, 56 => 10, 52 => 9, 44 => 4, 40 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "default/template/common/menu.twig", "");
}
}
This diff could not be displayed because it is too large.