e91577af061eccc12828db8f9788f1c0f6d25be7c7e77b47ec728d24ecd7a267.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. /* partials/nav-toggle.html.twig */
  3. class __TwigTemplate_b4893f7944c8a7073336ce4c7a8a7d50963ea1ee1314a9651b3ab8ca01a4d991 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 "<button class=\"lines-button x\" type=\"button\" role=\"button\" aria-label=\"Toggle Navigation\" data-sidebar-mobile-toggle>
  16. <span class=\"lines\"></span>
  17. </button>
  18. ";
  19. }
  20. public function getTemplateName()
  21. {
  22. return "partials/nav-toggle.html.twig";
  23. }
  24. public function getDebugInfo()
  25. {
  26. return array ( 19 => 1,);
  27. }
  28. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  29. public function getSource()
  30. {
  31. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  32. return $this->getSourceContext()->getCode();
  33. }
  34. public function getSourceContext()
  35. {
  36. return new Twig_Source("<button class=\"lines-button x\" type=\"button\" role=\"button\" aria-label=\"Toggle Navigation\" data-sidebar-mobile-toggle>
  37. <span class=\"lines\"></span>
  38. </button>
  39. ", "partials/nav-toggle.html.twig", "/mnt/data/Sites/r2c.net/user/plugins/admin/themes/grav/templates/partials/nav-toggle.html.twig");
  40. }
  41. }