415a42e1a48101db61e030611b283da13ca0da98137ddf4706955194144aa887.php 1.6 KB

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