cc21b3138fe61543eee6f52c8583f2ff586e746cff671318483068ba76476085.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?php
  2. /* partials/dashboard-feed.html.twig */
  3. class __TwigTemplate_725d918a831f86518c8cdc25b387dcf9c85f656fa7cef0c742929a09399b7646 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 "<div id=\"news-feed\" class=\"dashboard-item admin-block default-box-shadow\">
  16. <h1>
  17. ";
  18. // line 3
  19. echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.NEWS_FEED"), "html", null, true);
  20. echo "
  21. <span class=\"right\">
  22. <a href=\"#\" class=\"button button-small\" data-refresh=\"feed\"><i class=\"fa fa-refresh\"></i></a>
  23. </span>
  24. </h1>
  25. <div class=\"widget-content\">
  26. <div class=\"widget-loader\"><i class=\"fa fa-refresh fa-spin\"></i></div>
  27. <ul></ul>
  28. </div>
  29. </div>
  30. ";
  31. }
  32. public function getTemplateName()
  33. {
  34. return "partials/dashboard-feed.html.twig";
  35. }
  36. public function isTraitable()
  37. {
  38. return false;
  39. }
  40. public function getDebugInfo()
  41. {
  42. return array ( 23 => 3, 19 => 1,);
  43. }
  44. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  45. public function getSource()
  46. {
  47. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  48. return $this->getSourceContext()->getCode();
  49. }
  50. public function getSourceContext()
  51. {
  52. return new Twig_Source("<div id=\"news-feed\" class=\"dashboard-item admin-block default-box-shadow\">
  53. <h1>
  54. {{ \"PLUGIN_ADMIN.NEWS_FEED\"|tu }}
  55. <span class=\"right\">
  56. <a href=\"#\" class=\"button button-small\" data-refresh=\"feed\"><i class=\"fa fa-refresh\"></i></a>
  57. </span>
  58. </h1>
  59. <div class=\"widget-content\">
  60. <div class=\"widget-loader\"><i class=\"fa fa-refresh fa-spin\"></i></div>
  61. <ul></ul>
  62. </div>
  63. </div>
  64. ", "partials/dashboard-feed.html.twig", "/mnt/data/Sites/static-ethica.net/user/plugins/admin/themes/grav/templates/partials/dashboard-feed.html.twig");
  65. }
  66. }