da84ab4578b456842498dce021c1fd43b03f596071d0e0a34fb5d7b3a4a669c8.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Markup;
  6. use Twig\Sandbox\SecurityError;
  7. use Twig\Sandbox\SecurityNotAllowedTagError;
  8. use Twig\Sandbox\SecurityNotAllowedFilterError;
  9. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  10. use Twig\Source;
  11. use Twig\Template;
  12. /* login/footer.twig */
  13. class __TwigTemplate_8662afa4f950a9ae0578ccd1c9361f11415c8e5c98895c53328b7c0b2307ed43 extends \Twig\Template
  14. {
  15. public function __construct(Environment $env)
  16. {
  17. parent::__construct($env);
  18. $this->parent = false;
  19. $this->blocks = [
  20. ];
  21. }
  22. protected function doDisplay(array $context, array $blocks = [])
  23. {
  24. // line 1
  25. echo "</div>
  26. ";
  27. }
  28. public function getTemplateName()
  29. {
  30. return "login/footer.twig";
  31. }
  32. public function getDebugInfo()
  33. {
  34. return array ( 30 => 1,);
  35. }
  36. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  37. public function getSource()
  38. {
  39. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  40. return $this->getSourceContext()->getCode();
  41. }
  42. public function getSourceContext()
  43. {
  44. return new Source("", "login/footer.twig", "/www/pma/templates/login/footer.twig");
  45. }
  46. }