var/cache/dev/twig/77/772e8915b486f73ac5e3072a39c82c64.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* layout/components/footer.html.twig */
  14. class __TwigTemplate_c9b83a978dceea3ee57191bf47413968 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 2
  29.         return "areas_shared/settings.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout/components/footer.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layout/components/footer.html.twig"));
  38.         $this->parent $this->loadTemplate("areas_shared/settings.html.twig""layout/components/footer.html.twig"2);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 4
  46.     public function block_content($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 5
  54.         echo "
  55.     ";
  56.         // line 6
  57.         $context["title"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""title", ["placeholder" => "Titel"]);
  58.         // line 9
  59.         echo "
  60.     ";
  61.         // line 10
  62.         $context["subtitle"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"wysiwyg""subtitle", ["placeholder" => "Untertitel"]);
  63.         // line 13
  64.         echo "
  65.     <div class=\"footer ";
  66.         // line 14
  67.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'14$this->source); })())) {
  68.             echo "editmode";
  69.         }
  70.         echo "\">
  71.         ";
  72.         // line 17
  73.         echo "        <div class=\"container no-padding\">
  74.             <div class=\"wave\">
  75.                 ";
  76.         // line 19
  77.         echo twig_include($this->env$context"svg/footer/wave.html.twig");
  78.         echo "
  79.             </div>
  80.         </div>
  81.         ";
  82.         // line 24
  83.         echo "        <div class=\"top\">
  84.             <div class=\"container-1420\">
  85.                 ";
  86.         // line 27
  87.         if (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'27$this->source); })()) || twig_get_attribute($this->env$this->source, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'27$this->source); })()), "data", [], "any"falsefalsefalse27))) {
  88.             // line 28
  89.             echo "                    <div class=\"title\">
  90.                         <p>
  91.                             ";
  92.             // line 30
  93.             echo (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'30$this->source); })());
  94.             echo "
  95.                         </p>
  96.                     </div>
  97.                 ";
  98.         }
  99.         // line 34
  100.         echo "
  101.                 ";
  102.         // line 35
  103.         if (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'35$this->source); })()) || twig_get_attribute($this->env$this->source, (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'35$this->source); })()), "data", [], "any"falsefalsefalse35))) {
  104.             // line 36
  105.             echo "                    <div class=\"subtitle\">
  106.                         ";
  107.             // line 37
  108.             echo (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'37$this->source); })());
  109.             echo "
  110.                     </div>
  111.                 ";
  112.         }
  113.         // line 40
  114.         echo "
  115.                 <div class=\"columns\">
  116.                     ";
  117.         // line 43
  118.         $context['_parent'] = $context;
  119.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""columns"), "iterator", [], "any"falsefalsefalse43));
  120.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  121.             // line 44
  122.             echo "
  123.                         ";
  124.             // line 45
  125.             $context["columnTitle"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""columnTitle", ["placeholder" => "Titel"]);
  126.             // line 48
  127.             echo "
  128.                         ";
  129.             // line 49
  130.             $context["columnText"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"wysiwyg""columnText", ["placeholder" => "Text"]);
  131.             // line 52
  132.             echo "
  133.                         <div class=\"column ";
  134.             // line 53
  135.             if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'53$this->source); })())) {
  136.                 echo "column-editmode";
  137.             }
  138.             echo "\">
  139.                             <div class=\"column-title\">
  140.                                 <p>
  141.                                     ";
  142.             // line 57
  143.             echo (isset($context["columnTitle"]) || array_key_exists("columnTitle"$context) ? $context["columnTitle"] : (function () { throw new RuntimeError('Variable "columnTitle" does not exist.'57$this->source); })());
  144.             echo "
  145.                                 </p>
  146.                             </div>
  147.                             <div class=\"column-text\">
  148.                                 ";
  149.             // line 62
  150.             echo (isset($context["columnText"]) || array_key_exists("columnText"$context) ? $context["columnText"] : (function () { throw new RuntimeError('Variable "columnText" does not exist.'62$this->source); })());
  151.             echo "
  152.                             </div>
  153.                             <ul class=\"column-links\">
  154.                                 
  155.                                 ";
  156.             // line 67
  157.             $context['_parent'] = $context;
  158.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""columnLinks"), "iterator", [], "any"falsefalsefalse67));
  159.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  160.                 // line 68
  161.                 echo "
  162.                                     ";
  163.                 // line 69
  164.                 $context["columnLink"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""columnLink");
  165.                 // line 70
  166.                 echo "
  167.                                     ";
  168.                 // line 71
  169.                 if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'71$this->source); })())) {
  170.                     // line 72
  171.                     echo "                                        <div class=\"link-editmode\">
  172.                                             ";
  173.                     // line 73
  174.                     echo (isset($context["columnLink"]) || array_key_exists("columnLink"$context) ? $context["columnLink"] : (function () { throw new RuntimeError('Variable "columnLink" does not exist.'73$this->source); })());
  175.                     echo "
  176.                                         </div>
  177.                                     ";
  178.                 } else {
  179.                     // line 76
  180.                     echo "                                        <li>
  181.                                             ";
  182.                     // line 77
  183.                     echo (isset($context["columnLink"]) || array_key_exists("columnLink"$context) ? $context["columnLink"] : (function () { throw new RuntimeError('Variable "columnLink" does not exist.'77$this->source); })());
  184.                     echo "
  185.                                         </li>
  186.                                     ";
  187.                 }
  188.                 // line 80
  189.                 echo "
  190.                                 ";
  191.             }
  192.             $_parent $context['_parent'];
  193.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  194.             $context array_intersect_key($context$_parent) + $_parent;
  195.             // line 82
  196.             echo "
  197.                             </ul>
  198.                         </div>
  199.                     ";
  200.         }
  201.         $_parent $context['_parent'];
  202.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  203.         $context array_intersect_key($context$_parent) + $_parent;
  204.         // line 88
  205.         echo "
  206.                 </div>
  207.             </div>
  208.         </div>
  209.         ";
  210.         // line 95
  211.         echo "        <div class=\"bottom\">
  212.             <div class=\"container-1420\">
  213.                 <div class=\"alignment\">
  214.                     ";
  215.         // line 100
  216.         echo "                    <div class=\"copyright\">
  217.                         <span>&copy;&nbsp;";
  218.         // line 101
  219.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("footer.copyright"), "html"nulltrue);
  220.         echo " ";
  221.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  222.         echo "</span>
  223.                     </div>
  224.                     ";
  225.         // line 105
  226.         echo "                    <div class=\"footer-nav\">
  227.                         <ul class=\"nav-list\">
  228.                             ";
  229.         // line 108
  230.         echo twig_include($this->env$context"layout/nav/footer.html.twig");
  231.         echo "
  232.                             <li>
  233.                                 <span class=\"cookies-eu-revoke\" id=\"cookies-eu-revoke\">";
  234.         // line 111
  235.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cookies-eu-revoke"), "html"nulltrue);
  236.         echo "</span>
  237.                             </li>
  238.                             
  239.                         </ul>
  240.                     </div>
  241.                 </div>
  242.             </div>
  243.         </div>
  244.     </div>
  245. ";
  246.         
  247.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  248.         
  249.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  250.     }
  251.     public function getTemplateName()
  252.     {
  253.         return "layout/components/footer.html.twig";
  254.     }
  255.     public function isTraitable()
  256.     {
  257.         return false;
  258.     }
  259.     public function getDebugInfo()
  260.     {
  261.         return array (  264 => 111,  258 => 108,  253 => 105,  245 => 101,  242 => 100,  236 => 95,  228 => 88,  217 => 82,  210 => 80,  204 => 77,  201 => 76,  195 => 73,  192 => 72,  190 => 71,  187 => 70,  185 => 69,  182 => 68,  178 => 67,  170 => 62,  162 => 57,  153 => 53,  150 => 52,  148 => 49,  145 => 48,  143 => 45,  140 => 44,  136 => 43,  131 => 40,  125 => 37,  122 => 36,  120 => 35,  117 => 34,  110 => 30,  106 => 28,  104 => 27,  99 => 24,  92 => 19,  88 => 17,  81 => 14,  78 => 13,  76 => 10,  73 => 9,  71 => 6,  68 => 5,  58 => 4,  35 => 2,);
  262.     }
  263.     public function getSourceContext()
  264.     {
  265.         return new Source("{# settings #}
  266. {% extends ('areas_shared/settings.html.twig') %}
  267. {% block content %}
  268.     {% set title = pimcore_input('title', {
  269.         'placeholder': 'Titel'
  270.     }) %}
  271.     {% set subtitle = pimcore_wysiwyg('subtitle', {
  272.         'placeholder': 'Untertitel'
  273.     }) %}
  274.     <div class=\"footer {% if editmode %}editmode{% endif %}\">
  275.         {# wave #}
  276.         <div class=\"container no-padding\">
  277.             <div class=\"wave\">
  278.                 {{ include('svg/footer/wave.html.twig') }}
  279.             </div>
  280.         </div>
  281.         {# top #}
  282.         <div class=\"top\">
  283.             <div class=\"container-1420\">
  284.                 {% if editmode or title.data %}
  285.                     <div class=\"title\">
  286.                         <p>
  287.                             {{ title|raw }}
  288.                         </p>
  289.                     </div>
  290.                 {% endif %}
  291.                 {% if editmode or subtitle.data %}
  292.                     <div class=\"subtitle\">
  293.                         {{ subtitle|raw }}
  294.                     </div>
  295.                 {% endif %}
  296.                 <div class=\"columns\">
  297.                     {% for i in pimcore_block('columns').iterator %}
  298.                         {% set columnTitle = pimcore_input('columnTitle', {
  299.                             'placeholder': 'Titel'
  300.                         }) %}
  301.                         {% set columnText = pimcore_wysiwyg('columnText', {
  302.                             'placeholder': 'Text'
  303.                         }) %}
  304.                         <div class=\"column {% if editmode %}column-editmode{% endif %}\">
  305.                             <div class=\"column-title\">
  306.                                 <p>
  307.                                     {{ columnTitle|raw }}
  308.                                 </p>
  309.                             </div>
  310.                             <div class=\"column-text\">
  311.                                 {{ columnText|raw }}
  312.                             </div>
  313.                             <ul class=\"column-links\">
  314.                                 
  315.                                 {% for i in pimcore_block('columnLinks').iterator %}
  316.                                     {% set columnLink = pimcore_link('columnLink') %}
  317.                                     {% if editmode %}
  318.                                         <div class=\"link-editmode\">
  319.                                             {{ columnLink|raw }}
  320.                                         </div>
  321.                                     {% else %}
  322.                                         <li>
  323.                                             {{ columnLink|raw }}
  324.                                         </li>
  325.                                     {% endif %}
  326.                                 {% endfor %}
  327.                             </ul>
  328.                         </div>
  329.                     {% endfor %}
  330.                 </div>
  331.             </div>
  332.         </div>
  333.         {# bottom #}
  334.         <div class=\"bottom\">
  335.             <div class=\"container-1420\">
  336.                 <div class=\"alignment\">
  337.                     {# copyright #}
  338.                     <div class=\"copyright\">
  339.                         <span>&copy;&nbsp;{{ 'footer.copyright'|trans }} {{ 'now' | date('Y') }}</span>
  340.                     </div>
  341.                     {# footer nav #}
  342.                     <div class=\"footer-nav\">
  343.                         <ul class=\"nav-list\">
  344.                             {{ include('layout/nav/footer.html.twig') }}
  345.                             <li>
  346.                                 <span class=\"cookies-eu-revoke\" id=\"cookies-eu-revoke\">{{ 'cookies-eu-revoke'|trans }}</span>
  347.                             </li>
  348.                             
  349.                         </ul>
  350.                     </div>
  351.                 </div>
  352.             </div>
  353.         </div>
  354.     </div>
  355. {% endblock %}""layout/components/footer.html.twig""/home/httpd/vhosts/a4interactive.ch/httpdocs/lutisbach.a4interactive.ch/templates/layout/components/footer.html.twig");
  356.     }
  357. }