var/cache/dev/twig/7a/7a6edee6a154f7726efca768ac3257ca281acbadeca1beb59f560d54cf79d40f.php line 57

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/Header/_menu.html.twig */
  14. class __TwigTemplate_3567a283ac0c22efe78c99da063ac5382ffb29c7ca7b148501a70de6f1d30b49 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""@SyliusShop/Layout/Header/_menu.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""@SyliusShop/Layout/Header/_menu.html.twig"));
  33.         // line 1
  34.         echo "<div class=\"col-12 px-md-0\">
  35.     <nav class=\"navigation-site px-md-3\">
  36.         <span class=\"span-menu-mob\">";
  37.         // line 3
  38.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.header.menu"), "html"nulltrue);
  39.         echo "</span>
  40.         <a href=\"#\" class=\"close-menu-mob bg-gradient-orange\" title=\"\"><img src=\"";
  41.         // line 4
  42.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/closemenu.png"), "html"nulltrue);
  43.         echo "\" alt=\"X\" class=\"d-block\"></a>
  44.         <div class=\"container p-lg-0  scroll-me-mobile_\" style=\"position:static;\">
  45.             <div class=\"menu\">
  46.                 ";
  47.         // line 7
  48.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_channel_menu_taxon_index", ["template" => "@SyliusShop/Taxon/_horizontalMenu.html.twig"]));
  49.         echo "
  50.             </div>
  51.         </div>
  52.     </nav>
  53. </div>
  54. ";
  55.         
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  57.         
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  59.     }
  60.     public function getTemplateName()
  61.     {
  62.         return "@SyliusShop/Layout/Header/_menu.html.twig";
  63.     }
  64.     public function isTraitable()
  65.     {
  66.         return false;
  67.     }
  68.     public function getDebugInfo()
  69.     {
  70.         return array (  57 => 7,  51 => 4,  47 => 3,  43 => 1,);
  71.     }
  72.     public function getSourceContext()
  73.     {
  74.         return new Source("<div class=\"col-12 px-md-0\">
  75.     <nav class=\"navigation-site px-md-3\">
  76.         <span class=\"span-menu-mob\">{{'app.header.menu' |trans}}</span>
  77.         <a href=\"#\" class=\"close-menu-mob bg-gradient-orange\" title=\"\"><img src=\"{{ asset('images/closemenu.png') }}\" alt=\"X\" class=\"d-block\"></a>
  78.         <div class=\"container p-lg-0  scroll-me-mobile_\" style=\"position:static;\">
  79.             <div class=\"menu\">
  80.                 {{ render(url('sylius_shop_partial_channel_menu_taxon_index', {'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}
  81.             </div>
  82.         </div>
  83.     </nav>
  84. </div>
  85. ""@SyliusShop/Layout/Header/_menu.html.twig""/home/6nergiesboutique/www_preprod/themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Layout/Header/_menu.html.twig");
  86.     }
  87. }