f8b94aaa7ab21ecb86082ac76f11c2d20236d51d597cd3df1c31adf11cff286d.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /* config/form_display/form_bottom.twig */
  3. class __TwigTemplate_6a478a18fc2d740694d3ebd518739554a223e87b6759303c8ff99eadc81e7358 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = [
  10. ];
  11. }
  12. protected function doDisplay(array $context, array $blocks = [])
  13. {
  14. // line 1
  15. echo "</form>
  16. ";
  17. }
  18. public function getTemplateName()
  19. {
  20. return "config/form_display/form_bottom.twig";
  21. }
  22. public function getDebugInfo()
  23. {
  24. return array ( 19 => 1,);
  25. }
  26. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  27. public function getSource()
  28. {
  29. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  30. return $this->getSourceContext()->getCode();
  31. }
  32. public function getSourceContext()
  33. {
  34. return new Twig_Source("", "config/form_display/form_bottom.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\config\\form_display\\form_bottom.twig");
  35. }
  36. }