var/cache/dev/twig/37/3742140fb11143a1322184e6fe098e6b3c256c3a6680e996748ecdb9ab436570.php line 16

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_20e640f18709ac288104f1a37a7c698f0ecfa853bd1a383cc62a8dc9dffbc791 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/guide.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/guide.twig"));
  40.         $this->parent $this->loadTemplate("default_frame.twig""Help/guide.twig"11);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 13
  48.     public function block_main($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  55.         // line 14
  56.         echo "    <div class=\"ec-role\">
  57.         <div class=\"ec-pageHeader\">
  58.             <h1>";
  59.         // line 16
  60.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.guide.title"), "html"nulltrue);
  61.         echo "</h1>
  62.         </div>
  63.     </div>
  64. ";
  65.         
  66.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  67.         
  68.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  69.     }
  70.     public function getTemplateName()
  71.     {
  72.         return "Help/guide.twig";
  73.     }
  74.     public function isTraitable()
  75.     {
  76.         return false;
  77.     }
  78.     public function getDebugInfo()
  79.     {
  80.         return array (  74 => 16,  70 => 14,  60 => 13,  37 => 11,);
  81.     }
  82.     public function getSourceContext()
  83.     {
  84.         return new Source("{#
  85. This file is part of EC-CUBE
  86. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  87. http://www.ec-cube.co.jp/
  88. For the full copyright and license information, please view the LICENSE
  89. file that was distributed with this source code.
  90. #}
  91. {% extends 'default_frame.twig' %}
  92. {% block main %}
  93.     <div class=\"ec-role\">
  94.         <div class=\"ec-pageHeader\">
  95.             <h1>{{ 'front.guide.title'|trans }}</h1>
  96.         </div>
  97.     </div>
  98. {% endblock %}
  99. ""Help/guide.twig""/home/rfzhmmpx/public_html/bhw.world/gekiyasumeishi/shop/preprod/src/Eccube/Resource/template/default/Help/guide.twig");
  100.     }
  101.     
  102.     public function checkSecurity()
  103.     {
  104.         static $tags = array();
  105.         static $filters = array("escape" => 16"trans" => 16);
  106.         static $functions = array();
  107.         try {
  108.             $this->sandbox->checkSecurity(
  109.                 [],
  110.                 ['escape''trans'],
  111.                 []
  112.             );
  113.         } catch (SecurityError $e) {
  114.             $e->setSourceContext($this->source);
  115.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  116.                 $e->setTemplateLine($tags[$e->getTagName()]);
  117.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  118.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  119.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  120.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  121.             }
  122.             throw $e;
  123.         }
  124.     }
  125. }