163e1498525bc34b95708ae6da1c707263e172795bd86c5d9aeedb08c2c3db98.php 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /* empty.html.twig */
  3. class __TwigTemplate_00319a778f6e5443363090b0e893026b62bd16fb53da3bceaec54cc87f3f15bb 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. }
  15. public function getTemplateName()
  16. {
  17. return "empty.html.twig";
  18. }
  19. public function getDebugInfo()
  20. {
  21. return array ();
  22. }
  23. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  24. public function getSource()
  25. {
  26. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  27. return $this->getSourceContext()->getCode();
  28. }
  29. public function getSourceContext()
  30. {
  31. return new Twig_Source("", "empty.html.twig", "/mnt/data/Sites/static-ethica.net/user/plugins/admin/themes/grav/templates/empty.html.twig");
  32. }
  33. }