parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["nav_hover"] = ($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "admin", []), "sidebar", []), "activate", []) == "hover");
// line 2
if ($this->env->getExtension('Grav\Common\Twig\TwigExtension')->authorize([0 => "admin.login", 1 => "admin.super"])) {
// line 3
echo "
";
}
}
public function getTemplateName()
{
return "partials/nav.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 282 => 91, 278 => 89, 268 => 88, 265 => 87, 258 => 83, 253 => 81, 248 => 80, 245 => 79, 237 => 74, 231 => 71, 226 => 69, 221 => 68, 218 => 67, 210 => 62, 204 => 59, 199 => 57, 194 => 56, 191 => 55, 188 => 54, 182 => 53, 177 => 50, 170 => 47, 164 => 46, 157 => 45, 155 => 44, 151 => 43, 147 => 42, 141 => 41, 136 => 40, 133 => 39, 128 => 38, 125 => 37, 117 => 32, 112 => 30, 107 => 28, 102 => 27, 99 => 26, 89 => 23, 84 => 22, 82 => 21, 75 => 19, 71 => 18, 66 => 15, 64 => 14, 61 => 13, 59 => 12, 55 => 10, 52 => 9, 48 => 7, 46 => 6, 42 => 5, 34 => 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 nav_hover = config.plugins.admin.sidebar.activate == 'hover' %}
{% if authorize(['admin.login', 'admin.super']) %}
{% endif %}
", "partials/nav.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/admin/themes/grav/templates/partials/nav.html.twig");
}
}