var/cache/dev/twig/9d/9da68f0a0e290a84365f884323d37a71.php line 40

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. /* Help/guide.twig */
  14. class __TwigTemplate_5aeef10b3965a56b29569e76fd200a00 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->blocks = [
  23.             'main' => [$this'block_main'],
  24.         ];
  25.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/guide.twig"));
  38.         $__eccube__gblobal $this->env->getGlobals();
  39.         $__eccube__eventDispatcher $__eccube__gblobal['event_dispatcher'];
  40.         $__eccube__source $this->env->getLoader()->getSourceContext($this->getTemplateName())->getCode();
  41.         $__eccube__event = new \Eccube\Event\TemplateEvent($this->getTemplateName(), $__eccube__source$context);
  42.         $__eccube__eventDispatcher->dispatch($__eccube__event$this->getTemplateName());
  43.         $context $__eccube__event->getParameters();
  44.         if ($__eccube__event->getSource() !== $__eccube__source) {
  45.             $__eccube__newTemplate $this->env->createTemplate($__eccube__event->getSource());
  46.             $__eccube__newTemplate->display($__eccube__event->getParameters(), $blocks);
  47.             return;
  48.         }
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/guide.twig"));
  51.         $this->parent $this->loadTemplate("default_frame.twig""Help/guide.twig"11);
  52.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  53.         
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.     }
  58.     // line 13
  59.     public function block_main($context, array $blocks = [])
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  66.         // line 14
  67.         echo "    <div class=\"ec-role\">
  68.         <div class=\"ec-pageHeader\">
  69.             <h1>";
  70.         // line 16
  71.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご利用ガイド"), "html"nulltrue);
  72.         echo "</h1>
  73.         </div>
  74.     </div>
  75. ";
  76.         
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  78.         
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  80.     }
  81.     public function getTemplateName()
  82.     {
  83.         return "Help/guide.twig";
  84.     }
  85.     public function isTraitable()
  86.     {
  87.         return false;
  88.     }
  89.     public function getDebugInfo()
  90.     {
  91.         return array (  86 => 16,  82 => 14,  72 => 13,  37 => 11,);
  92.     }
  93.     public function getSourceContext()
  94.     {
  95.         return new Source("{#
  96. This file is part of EC-CUBE
  97. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  98. http://www.ec-cube.co.jp/
  99. For the full copyright and license information, please view the LICENSE
  100. file that was distributed with this source code.
  101. #}
  102. {% extends 'default_frame.twig' %}
  103. {% block main %}
  104.     <div class=\"ec-role\">
  105.         <div class=\"ec-pageHeader\">
  106.             <h1>{{ 'ご利用ガイド'|trans }}</h1>
  107.         </div>
  108.     </div>
  109. {% endblock %}
  110. ""Help/guide.twig""/var/www/shop.temptu.co.jp/public_html/app/template/temptu/Help/guide.twig");
  111.     }
  112.     
  113.     public function checkSecurity()
  114.     {
  115.         static $tags = array();
  116.         static $filters = array("escape" => 16"trans" => 16);
  117.         static $functions = array();
  118.         try {
  119.             $this->sandbox->checkSecurity(
  120.                 [],
  121.                 ['escape''trans'],
  122.                 []
  123.             );
  124.         } catch (SecurityError $e) {
  125.             $e->setSourceContext($this->source);
  126.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  127.                 $e->setTemplateLine($tags[$e->getTagName()]);
  128.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  129.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  130.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  131.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  132.             }
  133.             throw $e;
  134.         }
  135.     }
  136. }