parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 2 $context["profiles"] = $this->getAttribute($this->getAttribute(($context["grav"] ?? null), "backups", []), "getBackupProfiles", [], "method"); // line 3 echo " "; $context["backup_url"] = $this->getAttribute(($context["uri"] ?? null), "addNonce", [0 => (((((($context["base_url_relative"] ?? null) . "/backup.json/id") . $this->getAttribute($this->getAttribute(($context["config"] ?? null), "system", []), "param_sep", [])) . "%BACKUP_ID/task") . $this->getAttribute($this->getAttribute(($context["config"] ?? null), "system", []), "param_sep", [])) . "backup"), 1 => "admin-form", 2 => "admin-nonce"], "method"); // line 4 echo "
"; } public function getTemplateName() { return "partials/backups-button.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 75 => 18, 72 => 17, 61 => 14, 58 => 13, 54 => 12, 45 => 6, 41 => 5, 38 => 4, 35 => 3, 33 => 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 profiles = grav.backups.getBackupProfiles() %} {% set backup_url = uri.addNonce(base_url_relative ~ \"/backup.json/id\" ~ config.system.param_sep ~ \"%BACKUP_ID/task\" ~ config.system.param_sep ~ \"backup\", 'admin-form', 'admin-nonce') %}
", "partials/backups-button.html.twig", "/mnt/wpool1_tempdisk/webwndt/steintiger/user/plugins/admin/themes/grav/templates/partials/backups-button.html.twig"); } }