85dfacaf1696f44332c89c57498c9a41680131a98bd40a72d528e542f2ef5d20.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?php
  2. /* navigation/logo.twig */
  3. class __TwigTemplate_0ccd5299585ae6f9412ba80bd4b9b360772bf2840f1d29ee5a12b91bc17baa43 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. if (($context["display_logo"] ?? null)) {
  16. // line 2
  17. echo " <div id=\"pmalogo\">
  18. ";
  19. // line 3
  20. if (($context["use_logo_link"] ?? null)) {
  21. // line 4
  22. echo " <a href=\"";
  23. echo (((isset($context["logo_link"]) || array_key_exists("logo_link", $context))) ? (_twig_default_filter(($context["logo_link"] ?? null), "#")) : ("#"));
  24. echo "\"";
  25. // line 5
  26. echo twig_escape_filter($this->env, (((isset($context["link_attribs"]) || array_key_exists("link_attribs", $context))) ? ((" " . ($context["link_attribs"] ?? null))) : ("")), "html", null, true);
  27. echo ">
  28. ";
  29. }
  30. // line 7
  31. echo " ";
  32. echo ($context["logo"] ?? null);
  33. echo "
  34. ";
  35. // line 8
  36. if (($context["use_logo_link"] ?? null)) {
  37. // line 9
  38. echo " </a>
  39. ";
  40. }
  41. // line 11
  42. echo " </div>
  43. ";
  44. }
  45. }
  46. public function getTemplateName()
  47. {
  48. return "navigation/logo.twig";
  49. }
  50. public function isTraitable()
  51. {
  52. return false;
  53. }
  54. public function getDebugInfo()
  55. {
  56. return array ( 46 => 11, 42 => 9, 40 => 8, 35 => 7, 30 => 5, 26 => 4, 24 => 3, 21 => 2, 19 => 1,);
  57. }
  58. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  59. public function getSource()
  60. {
  61. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  62. return $this->getSourceContext()->getCode();
  63. }
  64. public function getSourceContext()
  65. {
  66. return new Twig_Source("", "navigation/logo.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\navigation\\logo.twig");
  67. }
  68. }