var/cache/dev/twig/54/545dd6d1cb3f6aaf440723eb23b711eb7dfd2d2342062807f6b0e61c350ab6b9.php line 70

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. /* front/_footer.html.twig */
  14. class __TwigTemplate_7d2877a804752f3dc6d99283df5db4f9f7dd08204e564a3072544974053b847d 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->parent false;
  23.         $this->blocks = [
  24.             'javascripts_footer' => [$this'block_javascripts_footer'],
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/_footer.html.twig"));
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/_footer.html.twig"));
  34.         // line 1
  35.         echo "<footer class=\"footer\">
  36.   <div class=\"d-flex i-footer\">
  37.   <div class=\"container d-flex justify-content-center justify-content-md-between align-items-center full\">
  38.     <div class=\"d-none d-md-block\">Copyright&nbsp;&copy;&nbsp;";
  39.         // line 4
  40.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  41.         echo " | Breather One</div>
  42.       <div class=\"d-flex justify-content-between justify-content-md-end align-items-center\">
  43.         <div class=\"d-block d-md-none pr-10\">Copyright &copy; ";
  44.         // line 6
  45.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  46.         echo "</div>
  47.         <a href=\"https://honeti.com/\" target=\"_blank\" title=\"HONETi - Custom Software Development\">
  48.           <img src=\"";
  49.         // line 8
  50.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/admin/honeti.svg"), "html"nulltrue);
  51.         echo "\" alt=\"HONETi - Custom Software Development\">
  52.         </a>
  53.       </div>
  54.     </div>
  55.   </div>
  56. </footer>
  57. ";
  58.         // line 16
  59.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_PREVIOUS_ADMIN")) {
  60.             // line 17
  61.             echo "  <a class=\"btn-return-to-your-account\" href=\"";
  62.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout_as");
  63.             echo "\">
  64.     <i class=\"far fa-arrow-circle-left mr-1\"></i>Wróć do swojego konta</a>
  65. ";
  66.         }
  67.         // line 20
  68.         echo "<span id=\"icoGoTop\" class=\"ico-go-top\" data-scroll-target=\"#top\"></span>
  69. ";
  70.         // line 21
  71.         $this->displayBlock('javascripts_footer'$context$blocks);
  72.         
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  74.         
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  76.     }
  77.     public function block_javascripts_footer($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts_footer"));
  82.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts_footer"));
  84.         // line 22
  85.         echo "
  86. ";
  87.         
  88.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  89.         
  90.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  91.     }
  92.     public function getTemplateName()
  93.     {
  94.         return "front/_footer.html.twig";
  95.     }
  96.     public function isTraitable()
  97.     {
  98.         return false;
  99.     }
  100.     public function getDebugInfo()
  101.     {
  102.         return array (  101 => 22,  82 => 21,  79 => 20,  72 => 17,  70 => 16,  59 => 8,  54 => 6,  49 => 4,  44 => 1,);
  103.     }
  104.     public function getSourceContext()
  105.     {
  106.         return new Source("<footer class=\"footer\">
  107.   <div class=\"d-flex i-footer\">
  108.   <div class=\"container d-flex justify-content-center justify-content-md-between align-items-center full\">
  109.     <div class=\"d-none d-md-block\">Copyright&nbsp;&copy;&nbsp;{{ \"now\"|date(\"Y\") }} | Breather One</div>
  110.       <div class=\"d-flex justify-content-between justify-content-md-end align-items-center\">
  111.         <div class=\"d-block d-md-none pr-10\">Copyright &copy; {{ \"now\"|date(\"Y\") }}</div>
  112.         <a href=\"https://honeti.com/\" target=\"_blank\" title=\"HONETi - Custom Software Development\">
  113.           <img src=\"{{ asset(\"img/admin/honeti.svg\") }}\" alt=\"HONETi - Custom Software Development\">
  114.         </a>
  115.       </div>
  116.     </div>
  117.   </div>
  118. </footer>
  119. {% if is_granted('ROLE_PREVIOUS_ADMIN') %}
  120.   <a class=\"btn-return-to-your-account\" href=\"{{ path('logout_as') }}\">
  121.     <i class=\"far fa-arrow-circle-left mr-1\"></i>Wróć do swojego konta</a>
  122. {% endif %}
  123. <span id=\"icoGoTop\" class=\"ico-go-top\" data-scroll-target=\"#top\"></span>
  124. {% block javascripts_footer %}
  125. {% endblock %}""front/_footer.html.twig""/var/www/vhosts/honeti.net/wedoit.honeti.net/templates/front/_footer.html.twig");
  126.     }
  127. }