ba2e9200c9fa09030da765d0651d096a096f0ea915de86cf995374782929a8e1.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /* config/form_display/tabs_bottom.twig */
  3. class __TwigTemplate_0835330440fc3910d94fab0d26fc449bebdb8b5a6f90ce012cf452f55ee441bc 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:\\PHP_www\\phpMyAdmin4.8.5\\templates\\config\\form_display\\tabs_bottom.twig");
  35. }
  36. }