Viewing file: 67e52da35d589ccec074eb9b8cbb504ccc916ffba69b730a473fe402827599d8.php (1.21 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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;
/* login/footer.twig */ class __TwigTemplate_2f668cd0dc9f9b48b5ffb6a09d3efd6d14f8f839cd17ffe7f11209ab1d5fe99f extends \Twig\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 "</div> "; }
public function getTemplateName() { return "login/footer.twig"; }
public function getDebugInfo() { return array ( 37 => 1,); }
public function getSourceContext() { return new Source("", "login/footer.twig", "/usr/share/phpmyadmin/templates/login/footer.twig"); } }
|