34258c785f8d6ac43fe789c598d3dcab5c32d5d37edb27b2584ea8119f847c79.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. /* partials/nav-toggle.html.twig */
  3. class __TwigTemplate_9e339ad97d5feac1bb45bc9a07f31f58f1658b71a0579c554aae0e85327166c6 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/static-ethica.net/user/plugins/admin/themes/grav/templates/partials/nav-toggle.html.twig");
  40. }
  41. }