var/cache/dev/twig/ea/eaddef12d0b0cb5674e66d0aa33ba0cebc46124db08783d59644aa79123c72a3.php line 43

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. /* SyliusShopBundle:Layout/Footer:_grid.html.twig */
  14. class __TwigTemplate_456b2079691bacce146d64eae704b3b5d40eb01584e9b742f5cb0309fe47531b extends \Twig\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.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SyliusShopBundle:Layout/Footer:_grid.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SyliusShopBundle:Layout/Footer:_grid.html.twig"));
  33.         // line 1
  34.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_shop_partial_site_review_index", ["count" => 6"template" => "@SyliusShop/Layout/Footer/_siteReview.html.twig"]));
  35.         echo "
  36. <footer>
  37.     ";
  38.         // line 4
  39.         $this->loadTemplate("@SyliusShop/Homepage/_newsletter.html.twig""SyliusShopBundle:Layout/Footer:_grid.html.twig"4)->display($context);
  40.         // line 5
  41.         echo "
  42.     <div class=\"footer-bottom\">
  43.         <div class=\"bloc-footer-menu\">
  44.             <div class=\"container p-lg-0\">
  45.                 <div class=\"row\">
  46.                     <div class=\"col-60 other-menu\">
  47.                         ";
  48.         // line 12
  49.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.footer.grid");
  50.         echo "
  51.                     </div>
  52.                 </div>
  53.             </div>
  54.         </div>
  55. ";
  56.         
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  58.         
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  60.     }
  61.     public function getTemplateName()
  62.     {
  63.         return "SyliusShopBundle:Layout/Footer:_grid.html.twig";
  64.     }
  65.     public function isTraitable()
  66.     {
  67.         return false;
  68.     }
  69.     public function getDebugInfo()
  70.     {
  71.         return array (  60 => 12,  51 => 5,  49 => 4,  43 => 1,);
  72.     }
  73.     public function getSourceContext()
  74.     {
  75.         return new Source("{{ render(url('app_shop_partial_site_review_index', {'count': 6, 'template': '@SyliusShop/Layout/Footer/_siteReview.html.twig'})) }}
  76. <footer>
  77.     {% include '@SyliusShop/Homepage/_newsletter.html.twig' %}
  78.     <div class=\"footer-bottom\">
  79.         <div class=\"bloc-footer-menu\">
  80.             <div class=\"container p-lg-0\">
  81.                 <div class=\"row\">
  82.                     <div class=\"col-60 other-menu\">
  83.                         {{ sylius_template_event('sylius.shop.layout.footer.grid') }}
  84.                     </div>
  85.                 </div>
  86.             </div>
  87.         </div>
  88. ""SyliusShopBundle:Layout/Footer:_grid.html.twig""/home/rayonnage/preprod/sylius/themes/BootstrapTheme/SyliusShopBundle/views/Layout/Footer/_grid.html.twig");
  89.     }
  90. }