4916b0426511ad90fa942b9b67b71bf02d2d4b39fca5d4068361e1eb573e265d.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /* partials/nav-user-avatar.html.twig */
  3. class __TwigTemplate_c33c8f26fc70e7fc583e6966be7bde47ecbe57d57d8ad7c03e3fa753bedc4d00 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = array(
  10. );
  11. }
  12. protected function doDisplay(array $context, array $blocks = array())
  13. {
  14. // line 1
  15. echo "<img src=\"";
  16. echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["admin"] ?? null), "user", array()), "avatarUrl", array(), "method"), "html", null, true);
  17. echo "?s=47\" />
  18. ";
  19. }
  20. public function getTemplateName()
  21. {
  22. return "partials/nav-user-avatar.html.twig";
  23. }
  24. public function isTraitable()
  25. {
  26. return false;
  27. }
  28. public function getDebugInfo()
  29. {
  30. return array ( 19 => 1,);
  31. }
  32. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  33. public function getSource()
  34. {
  35. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  36. return $this->getSourceContext()->getCode();
  37. }
  38. public function getSourceContext()
  39. {
  40. return new Twig_Source("<img src=\"{{ admin.user.avatarUrl() }}?s=47\" />
  41. ", "partials/nav-user-avatar.html.twig", "/mnt/data/Sites/r2c.net/user/plugins/admin/themes/grav/templates/partials/nav-user-avatar.html.twig");
  42. }
  43. }