2cc65f8f46faf455993b4efc3b574ca186f168c8372743844d3b1b8a31aeb373.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. /* database/structure/browse_table.twig */
  3. class __TwigTemplate_702a600ad2ba94eef90d20a07547adcf6e1755e832075898c51e7c187ad7b64a 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 "<a href=\"sql.php";
  16. echo ($context["tbl_url_query"] ?? null);
  17. echo "&amp;pos=0\">
  18. ";
  19. // line 2
  20. echo ($context["title"] ?? null);
  21. echo "
  22. </a>
  23. ";
  24. }
  25. public function getTemplateName()
  26. {
  27. return "database/structure/browse_table.twig";
  28. }
  29. public function isTraitable()
  30. {
  31. return false;
  32. }
  33. public function getDebugInfo()
  34. {
  35. return array ( 24 => 2, 19 => 1,);
  36. }
  37. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  38. public function getSource()
  39. {
  40. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  41. return $this->getSourceContext()->getCode();
  42. }
  43. public function getSourceContext()
  44. {
  45. return new Twig_Source("", "database/structure/browse_table.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\database\\structure\\browse_table.twig");
  46. }
  47. }