Your IP : 216.73.217.79


Current Path : /var/lib/phpmyadmin/tmp/twig/ce/
Upload File :
Current File : /var/lib/phpmyadmin/tmp/twig/ce/cecd6180b6899cb865f1d0efa9ed520b.php

<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* server/privileges/get_user_link.twig */
class __TwigTemplate_7c3ddddbd650cf2ad2754569a8345bf2 extends Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 1
        echo "<a
  ";
        // line 2
        if ( !(($context["link_class"] ?? null) === "")) {
            // line 3
            echo "    class=\"";
            echo twig_escape_filter($this->env, ($context["link_class"] ?? null), "html", null, true);
            echo "\"
  ";
        }
        // line 5
        echo "  href=\"";
        echo PhpMyAdmin\Url::getFromRoute("/server/privileges", ((($context["is_revoke"] ?? null)) ? ([]) : (($context["url_params"] ?? null))));
        echo "\"
  ";
        // line 6
        if (($context["is_revoke"] ?? null)) {
            // line 7
            echo "    data-post=\"";
            echo PhpMyAdmin\Url::getCommon(($context["url_params"] ?? null), "");
            echo "\"
  ";
        }
        // line 9
        echo ">
  ";
        // line 10
        echo PhpMyAdmin\Html\Generator::getIcon(twig_get_attribute($this->env, $this->source, ($context["action"] ?? null), "icon", [], "any", false, false, false, 10), twig_get_attribute($this->env, $this->source, ($context["action"] ?? null), "text", [], "any", false, false, false, 10));
        echo "
</a>";
    }

    public function getTemplateName()
    {
        return "server/privileges/get_user_link.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  64 => 10,  61 => 9,  55 => 7,  53 => 6,  48 => 5,  42 => 3,  40 => 2,  37 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "server/privileges/get_user_link.twig", "/usr/share/phpmyadmin/templates/server/privileges/get_user_link.twig");
    }
}