1b245494d0236888490a1c5d8c5b9114de0179d7f3d238506b3c3cb9b27db17f.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. /* partials/userinfo-avatar-credit.html.twig */
  3. class __TwigTemplate_b19ae7c1791a16ef2a17e4567f61f239854094c21dbd39865ea6fb1a097af536 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 "<p class=\"gravatar\">";
  16. echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.AVATAR_BY"), "html", null, true);
  17. echo " <a href=\"https://gravatar.com\" target=\"_blank\">gravatar.com</a>. ";
  18. echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.AVATAR_UPLOAD_OWN"), "html", null, true);
  19. echo "</p>
  20. ";
  21. }
  22. public function getTemplateName()
  23. {
  24. return "partials/userinfo-avatar-credit.html.twig";
  25. }
  26. public function isTraitable()
  27. {
  28. return false;
  29. }
  30. public function getDebugInfo()
  31. {
  32. return array ( 19 => 1,);
  33. }
  34. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  35. public function getSource()
  36. {
  37. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  38. return $this->getSourceContext()->getCode();
  39. }
  40. public function getSourceContext()
  41. {
  42. return new Twig_Source("<p class=\"gravatar\">{{ \"PLUGIN_ADMIN.AVATAR_BY\"|tu }} <a href=\"https://gravatar.com\" target=\"_blank\">gravatar.com</a>. {{ \"PLUGIN_ADMIN.AVATAR_UPLOAD_OWN\"|tu }}</p>
  43. ", "partials/userinfo-avatar-credit.html.twig", "/home/kevin/Sites/static-ethica.net/user/plugins/admin/themes/grav/templates/partials/userinfo-avatar-credit.html.twig");
  44. }
  45. }