app/cache/dev/Jianmo/twig/5e/5e82fc0be45a5be3563002d695880d072bc0cb1744fe83dfb59c918d9b2b6cce.php line 47

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. /* @CorporateTraining/ct-default/footer-index.html.twig */
  14. class __TwigTemplate_93ec15f0ac59dddd549c68772c71e5b845acbc28e762d873ac9162cdcc6dab73 extends 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""@CorporateTraining/ct-default/footer-index.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CorporateTraining/ct-default/footer-index.html.twig"));
  33.         // line 1
  34.         echo "<div class=\"text-center es-footer footer ct-footer\">
  35.     <div class=\"copyright\">
  36.     ";
  37.         // line 3
  38.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle\\Controller\\DefaultController::footNavigationAction"));
  39.         echo "
  40.       <div class=\"text-gray\" data-role=\"default-foot-bar\">
  41.         ";
  42.         // line 6
  43.         $this->loadTemplate("powered-by.html.twig""@CorporateTraining/ct-default/footer-index.html.twig"6)->display($context);
  44.         // line 7
  45.         echo "        ";
  46.         echo $this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.analytics");
  47.         echo "
  48.         ";
  49.         // line 8
  50.         echo $this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.icpHtml");
  51.         echo "
  52.         <span class=\"\">
  53.           ";
  54.         // line 10
  55.         if ($this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.copyright")) {
  56.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("homepage.footer.course_copyright", ["%copyRightUrl%" => $this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.copyright")]);
  57.         }
  58.         echo "&nbsp;";
  59.         if ($this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.icp")) {
  60.             echo "<a href=\"http://beian.miit.gov.cn/\" target=\"_blank\">";
  61.             echo twig_escape_filter($this->env$this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.icp"), "html"nulltrue);
  62.             echo "</a>";
  63.         }
  64.         // line 11
  65.         echo "
  66.           ";
  67.         // line 13
  68.         echo "        </span>
  69.       </div>
  70.     </div>
  71.   </div>
  72. ";
  73.         
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  75.         
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  77.     }
  78.     /**
  79.      * @codeCoverageIgnore
  80.      */
  81.     public function getTemplateName()
  82.     {
  83.         return "@CorporateTraining/ct-default/footer-index.html.twig";
  84.     }
  85.     /**
  86.      * @codeCoverageIgnore
  87.      */
  88.     public function isTraitable()
  89.     {
  90.         return false;
  91.     }
  92.     /**
  93.      * @codeCoverageIgnore
  94.      */
  95.     public function getDebugInfo()
  96.     {
  97.         return array (  78 => 13,  75 => 11,  65 => 10,  60 => 8,  55 => 7,  53 => 6,  47 => 3,  43 => 1,);
  98.     }
  99.     public function getSourceContext()
  100.     {
  101.         return new Source("<div class=\"text-center es-footer footer ct-footer\">
  102.     <div class=\"copyright\">
  103.     {{ render(controller('AppBundle\\\\Controller\\\\DefaultController::footNavigationAction')) }}
  104.       <div class=\"text-gray\" data-role=\"default-foot-bar\">
  105.         {% include \"powered-by.html.twig\" %}
  106.         {{ setting('site.analytics')|raw }}
  107.         {{ setting('site.icpHtml')|raw }}
  108.         <span class=\"\">
  109.           {% if setting('site.copyright') %}{{'homepage.footer.course_copyright'|trans({'%copyRightUrl%': setting('site.copyright')})|raw}}{% endif %}&nbsp;{% if setting('site.icp') %}<a href=\"http://beian.miit.gov.cn/\" target=\"_blank\">{{ setting('site.icp') }}</a>{% endif %}
  110.           {# <a href=\"{{ path('course_archive') }}\">{{'课程存档'|trans}}</a> #}
  111.         </span>
  112.       </div>
  113.     </div>
  114.   </div>
  115. ""@CorporateTraining/ct-default/footer-index.html.twig""/var/www/hangzhou/hz-2.77.edusoho.cn/src/CorporateTrainingBundle/Resources/views/ct-default/footer-index.html.twig");
  116.     }
  117. }