52f6b950ea942afeeb5a7fc8c73a8c8d1569a70cc89fd44ff94debb91f0ff279.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /* @Page:/mnt/data/Sites/static-ethica.net/user/plugins/error/pages */
  3. class __TwigTemplate_053ee618c7013baac77ea8c568b1876f5941805c45c8a6b16e15417cd6b718a0 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = array(
  10. );
  11. }
  12. protected function doDisplay(array $context, array $blocks = array())
  13. {
  14. // line 1
  15. echo $this->env->getExtension('Grav\Common\Twig\TwigExtension')->translate("PLUGIN_ERROR.ERROR_MESSAGE");
  16. echo "
  17. ";
  18. }
  19. public function getTemplateName()
  20. {
  21. return "@Page:/mnt/data/Sites/static-ethica.net/user/plugins/error/pages";
  22. }
  23. public function isTraitable()
  24. {
  25. return false;
  26. }
  27. public function getDebugInfo()
  28. {
  29. return array ( 19 => 1,);
  30. }
  31. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  32. public function getSource()
  33. {
  34. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  35. return $this->getSourceContext()->getCode();
  36. }
  37. public function getSourceContext()
  38. {
  39. return new Twig_Source("{{ 'PLUGIN_ERROR.ERROR_MESSAGE'|t }}
  40. ", "@Page:/mnt/data/Sites/static-ethica.net/user/plugins/error/pages", "");
  41. }
  42. }