a01d3f80b385415ba60ba68fec121951d816e9b03e442d416b5a11f293fb8a2d.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /* config/form_display/tabs_bottom.twig */
  3. class __TwigTemplate_2b2c2cedbb6c279c5fea82eafec6dcdb6326a5d7303ea1d91987ef469d09156d 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 "</div>
  16. ";
  17. }
  18. public function getTemplateName()
  19. {
  20. return "config/form_display/tabs_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/tabs_bottom.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\config\\form_display\\tabs_bottom.twig");
  35. }
  36. }