4f83a5fa7d47ca2e9a349c9decc95bc26b0e689e724d372c7490bf9b7be6caae.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /* partials/nav-user-avatar.html.twig */
  3. class __TwigTemplate_4844e7f56bc2dc4d7506de31fc971466177fe81282fd6a2a689f4e1208eb51d6 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/static-ethica.net/user/plugins/admin/themes/grav/templates/partials/nav-user-avatar.html.twig");
  42. }
  43. }