var/cache/dev/twig/6e/6ef2eed475e7307e76cef8b1f1a02b17.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_34584cf32ae901ebfef85ed5dff7ff2b 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.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 13
  48.     public function block_main($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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("ご利用ガイド"), "html"nulltrue);
  61.         echo "</h1>
  62.         </div>
  63.     </div>
  64. ";
  65.         
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  67.         
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_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>{{ 'ご利用ガイド'|trans }}</h1>
  96.         </div>
  97.     </div>
  98. {% endblock %}""Help/guide.twig""/home/shikomel/shikomel.com/public_html/web-order-stg.shikomel.com/app/template/default/Help/guide.twig");
  99.     }
  100.     
  101.     public function checkSecurity()
  102.     {
  103.         static $tags = array();
  104.         static $filters = array("escape" => 16"trans" => 16);
  105.         static $functions = array();
  106.         try {
  107.             $this->sandbox->checkSecurity(
  108.                 [],
  109.                 ['escape''trans'],
  110.                 []
  111.             );
  112.         } catch (SecurityError $e) {
  113.             $e->setSourceContext($this->source);
  114.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  115.                 $e->setTemplateLine($tags[$e->getTagName()]);
  116.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  117.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  118.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  119.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  120.             }
  121.             throw $e;
  122.         }
  123.     }
  124. }