var/cache/dev/twig/ab/ab3c0fa51e8c462c379c37031170e4990ec4465b9249379c343ee964cb311607.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. /* Block/header.twig */
  14. class __TwigTemplate_96a73281adb09c2e3c0ada2263083e27aa4ce440d816796ecff85fa1287d1c1e extends \Eccube\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""Block/header.twig"));
  31.         // line 11
  32.         echo "<div class=\"ec-headerRole__inner\">
  33. \t<div class=\"ec-headerRole__logo\">
  34. \t\t";
  35.         // line 13
  36.         echo twig_include($this->env$context"Block/logo.twig");
  37.         echo "
  38. \t</div>
  39. \t<div class=\"ec-headerRole__area\">
  40. \t\t<div class=\"ec-headerRole__areaTop\">
  41. \t\t\t<div class=\"ec-headerRole__areaTop--search\">
  42. \t\t\t\t";
  43.         // line 18
  44.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Eccube\Twig\Extension\IgnoreRoutingNotFoundExtension']->getPath("block_search_product"));
  45.         echo "
  46. \t\t\t</div>
  47. \t\t\t";
  48.         // line 20
  49.         echo twig_include($this->env$context"Block/login.twig");
  50.         echo "
  51. \t\t\t";
  52.         // line 21
  53.         echo twig_include($this->env$context"Block/cart.twig");
  54.         echo "
  55. \t\t\t<div class=\"ec-headerRole__navSP ec-headerNav__item\">
  56. \t\t\t\t";
  57.         // line 23
  58.         echo twig_include($this->env$context"Block/nav_sp.twig");
  59.         echo "
  60. \t\t\t</div>
  61. \t\t</div>
  62. \t\t<div class=\"ec-headerRole__areaBottom\">
  63. \t\t\t";
  64.         // line 27
  65.         echo twig_include($this->env$context"Block/category_nav_pc.twig");
  66.         echo "
  67. \t\t</div>
  68. \t</div>
  69. </div>
  70. ";
  71.         
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  73.     }
  74.     public function getTemplateName()
  75.     {
  76.         return "Block/header.twig";
  77.     }
  78.     public function isTraitable()
  79.     {
  80.         return false;
  81.     }
  82.     public function getDebugInfo()
  83.     {
  84.         return array (  73 => 27,  66 => 23,  61 => 21,  57 => 20,  52 => 18,  44 => 13,  40 => 11,);
  85.     }
  86.     public function getSourceContext()
  87.     {
  88.         return new Source("""Block/header.twig""/home/xs767078/koyoju.shop/public_html/business/app/template/default/Block/header.twig");
  89.     }
  90. }