<?php
use Twig\Environment;
use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
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;
/* @TcinnCopyrightCustom/storefront/base.html.twig */
class __TwigTemplate_c0afcc9e0aaddcb5831772e00e259bca8c25a2d549b8c8db568672f6cf03030b extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'base_head' => [$this, 'block_base_head'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@EnderecoShopware6ClientStore/storefront/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@TcinnCopyrightCustom/storefront/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@TcinnCopyrightCustom/storefront/base.html.twig"));
$this->parent = $this->loadTemplate("@EnderecoShopware6ClientStore/storefront/base.html.twig", "@TcinnCopyrightCustom/storefront/base.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_base_head($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_head"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_head"));
// line 4
echo "\t";
$this->displayParentBlock("base_head", $context, $blocks);
echo "
\t
\t";
// line 6
if (($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightLogoActive") || $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightActive"))) {
// line 7
echo "\t\t<style>
\t\t\t";
// line 8
if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightActive")) {
// line 9
echo "\t\t\t\t.footer-copyright {
\t\t\t\t\tcolor: ";
// line 10
echo sw_escape_filter($this->env, $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightTextColor"), "html", null, true);
echo ";
\t\t\t\t}
\t\t\t\t.footer-copyright a {
\t\t\t\t\tcolor: ";
// line 13
echo sw_escape_filter($this->env, $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightLinkColor"), "html", null, true);
echo " !important;
\t\t\t\t}
\t\t\t\t.footer-copyright a:hover {
\t\t\t\t\tcolor: ";
// line 16
echo sw_escape_filter($this->env, $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightLinkColor"), "html", null, true);
echo " !important;
\t\t\t\t\topacity: 0.75;
\t\t\t\t}
\t\t\t";
}
// line 20
echo "\t\t\t";
if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightLogoActive")) {
// line 21
echo "\t\t\t\t.footer-copyright-logo {
\t\t\t\t\tmargin: 25px 0 5px 0;
\t\t\t\t\ttext-align: center;
\t\t\t\t}
\t\t\t\t.footer-copyright-logo div {
\t\t\t\t\tdisplay: inline-block;
\t\t\t\t}
\t\t\t\t.footer-copyright-logo img {
\t\t\t\t\twidth: ";
// line 29
echo sw_escape_filter($this->env, $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "TcinnCopyrightCustom.config.TcinnCopyrightLogoWidth"), "html", null, true);
echo "px;
\t\t\t\t}
\t\t\t";
}
// line 32
echo "\t\t</style>
\t";
}
// line 34
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@TcinnCopyrightCustom/storefront/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 126 => 34, 122 => 32, 116 => 29, 106 => 21, 103 => 20, 96 => 16, 90 => 13, 84 => 10, 81 => 9, 79 => 8, 76 => 7, 74 => 6, 68 => 4, 58 => 3, 35 => 2,);
}
public function getSourceContext()
{
return new Source("{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_head %}
\t{{ parent() }}
\t
\t{% if config('TcinnCopyrightCustom.config.TcinnCopyrightLogoActive') or config('TcinnCopyrightCustom.config.TcinnCopyrightActive') %}
\t\t<style>
\t\t\t{% if config('TcinnCopyrightCustom.config.TcinnCopyrightActive') %}
\t\t\t\t.footer-copyright {
\t\t\t\t\tcolor: {{ config('TcinnCopyrightCustom.config.TcinnCopyrightTextColor') }};
\t\t\t\t}
\t\t\t\t.footer-copyright a {
\t\t\t\t\tcolor: {{ config('TcinnCopyrightCustom.config.TcinnCopyrightLinkColor') }} !important;
\t\t\t\t}
\t\t\t\t.footer-copyright a:hover {
\t\t\t\t\tcolor: {{ config('TcinnCopyrightCustom.config.TcinnCopyrightLinkColor') }} !important;
\t\t\t\t\topacity: 0.75;
\t\t\t\t}
\t\t\t{% endif %}
\t\t\t{% if config('TcinnCopyrightCustom.config.TcinnCopyrightLogoActive') %}
\t\t\t\t.footer-copyright-logo {
\t\t\t\t\tmargin: 25px 0 5px 0;
\t\t\t\t\ttext-align: center;
\t\t\t\t}
\t\t\t\t.footer-copyright-logo div {
\t\t\t\t\tdisplay: inline-block;
\t\t\t\t}
\t\t\t\t.footer-copyright-logo img {
\t\t\t\t\twidth: {{ config('TcinnCopyrightCustom.config.TcinnCopyrightLogoWidth') }}px;
\t\t\t\t}
\t\t\t{% endif %}
\t\t</style>
\t{% endif %}
{% endblock %}", "@TcinnCopyrightCustom/storefront/base.html.twig", "/srv/users/liamoriasw6/apps/liamoriasw6/custom/plugins/TcinnCopyrightCustom/src/Resources/views/storefront/base.html.twig");
}
}