var/cache/dev/twig/a1/a10c008b0960eee4ee6c2b49da5be92d.php line 48

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/Sidebar/links.html.twig */
  14. class __TwigTemplate_042a3882f67dfa3c9e659594d9ad2b78 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/Sidebar/links.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/Sidebar/links.html.twig"));
  33.         // line 1
  34.         echo "<div class=\"ui divider\"></div>
  35. <div class=\"mobile-icons-menu\">
  36.     ";
  37.         // line 4
  38.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_cart_summary", ["template" => "@SyliusShop/Cart/_widget.html.twig"]));
  39.         echo "
  40.     <a href=\"";
  41.         // line 6
  42.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_shop_product_compare_show");
  43.         echo "\" class=\"sidebar-link\">
  44.         <span class=\"material-symbols-outlined\">compare_arrows</span>
  45.     </a>
  46.     <a href=\"";
  47.         // line 10
  48.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_wishlist_plugin_shop_locale_wishlist_list_products");
  49.         echo "\" class=\"sidebar-link\">
  50.         <span class=\"material-symbols-outlined\">bookmark</span>
  51.     </a>
  52. </div>
  53. ";
  54.         
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  56.         
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  58.     }
  59.     public function getTemplateName()
  60.     {
  61.         return "@SyliusShop/Layout/Sidebar/links.html.twig";
  62.     }
  63.     public function isTraitable()
  64.     {
  65.         return false;
  66.     }
  67.     public function getDebugInfo()
  68.     {
  69.         return array (  60 => 10,  53 => 6,  48 => 4,  43 => 1,);
  70.     }
  71.     public function getSourceContext()
  72.     {
  73.         return new Source("<div class=\"ui divider\"></div>
  74. <div class=\"mobile-icons-menu\">
  75.     {{ render(url('sylius_shop_partial_cart_summary', {'template': '@SyliusShop/Cart/_widget.html.twig'})) }}
  76.     <a href=\"{{ path('app_shop_product_compare_show') }}\" class=\"sidebar-link\">
  77.         <span class=\"material-symbols-outlined\">compare_arrows</span>
  78.     </a>
  79.     <a href=\"{{ path('bitbag_sylius_wishlist_plugin_shop_locale_wishlist_list_products') }}\" class=\"sidebar-link\">
  80.         <span class=\"material-symbols-outlined\">bookmark</span>
  81.     </a>
  82. </div>
  83. ""@SyliusShop/Layout/Sidebar/links.html.twig""/srv/open_marketplace/templates/bundles/SyliusShopBundle/Layout/Sidebar/links.html.twig");
  84.     }
  85. }