parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 $context["clear_cache_url"] = (((($context["base_url_relative"] ?? null) . "/cache.json/task") . $this->getAttribute($this->getAttribute(($context["config"] ?? null), "system", array()), "param_sep", array())) . twig_escape_filter($this->env, "clearCache", "html_attr")); // line 2 echo " "; } public function getTemplateName() { return "partials/nav-quick-tray.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 131 => 39, 128 => 38, 120 => 33, 117 => 32, 114 => 31, 111 => 30, 105 => 29, 101 => 27, 95 => 25, 89 => 22, 84 => 21, 82 => 20, 73 => 19, 70 => 18, 64 => 17, 61 => 16, 56 => 15, 53 => 14, 50 => 13, 47 => 12, 42 => 11, 39 => 10, 31 => 5, 26 => 4, 24 => 3, 21 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("{% set clear_cache_url = base_url_relative ~ '/cache.json/task' ~ config.system.param_sep ~ 'clearCache'|e('html_attr') %} ", "partials/nav-quick-tray.html.twig", "/mnt/data/Sites/r2c.net/user/plugins/admin/themes/grav/templates/partials/nav-quick-tray.html.twig"); } }