parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $context["clear_cache_url"] = (((($context["base_url_relative"] ?? null) . "/cache.json/task") . $this->getAttribute($this->getAttribute(($context["config"] ?? null), "system", []), "param_sep", [])) . 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 ( 148 => 39, 145 => 38, 137 => 33, 134 => 32, 131 => 31, 128 => 30, 122 => 29, 118 => 27, 112 => 25, 106 => 22, 95 => 21, 93 => 20, 84 => 19, 81 => 18, 75 => 17, 72 => 16, 67 => 15, 64 => 14, 61 => 13, 58 => 12, 53 => 11, 50 => 10, 42 => 5, 37 => 4, 35 => 3, 32 => 2, 30 => 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 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/wpool1_tempdisk/webwndt/steintiger/user/plugins/admin/themes/grav/templates/partials/nav-quick-tray.html.twig"); } }