var/cache/dev/twig/61/6174b41a75e0d35fb170d2ebe820146d.php line 52

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. /* @SyliusShop/Layout/Footer/Grid/_plus.html.twig */
  14. class __TwigTemplate_37e1562d84d40df144949ee7b316bf58 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_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Layout/Footer/Grid/_plus.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Layout/Footer/Grid/_plus.html.twig"));
  33.         // line 1
  34.         echo "<div class=\"col-lg col-md-4 col-sm-6 px-lg-3 px-1 border-left-w-menu\">
  35.     <div class=\"menu-content\">
  36.         <div class=\"title-menu-t toggle-me\"><span>";
  37.         // line 3
  38.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.footer.taxon"), "html"nulltrue);
  39.         echo "</span></div>
  40.         <ul class=\"toggle-m-c\">
  41.              ";
  42.         // line 5
  43.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_taxon_index_by_code", ["code" => "category""template" => "@SyliusShop/Taxon/_indexMenu.html.twig"]));
  44.         echo "
  45.         </ul>
  46.     </div>
  47. </div>";
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     public function getTemplateName()
  54.     {
  55.         return "@SyliusShop/Layout/Footer/Grid/_plus.html.twig";
  56.     }
  57.     public function isTraitable()
  58.     {
  59.         return false;
  60.     }
  61.     public function getDebugInfo()
  62.     {
  63.         return array (  52 => 5,  47 => 3,  43 => 1,);
  64.     }
  65.     public function getSourceContext()
  66.     {
  67.         return new Source("<div class=\"col-lg col-md-4 col-sm-6 px-lg-3 px-1 border-left-w-menu\">
  68.     <div class=\"menu-content\">
  69.         <div class=\"title-menu-t toggle-me\"><span>{{'app.footer.taxon'|trans}}</span></div>
  70.         <ul class=\"toggle-m-c\">
  71.              {{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'category', 'template': '@SyliusShop/Taxon/_indexMenu.html.twig'})) }}
  72.         </ul>
  73.     </div>
  74. </div>""@SyliusShop/Layout/Footer/Grid/_plus.html.twig""/var/www/html/themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Layout/Footer/Grid/_plus.html.twig");
  75.     }
  76. }