Viewing file: 15b06c2e728e13e5399acfbeaa19ac25c5ea9dd6ee492bfd61d916752e5b53cb.php (1.29 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;
/* config/form_display/form_bottom.twig */ class __TwigTemplate_3f85363ad61eeebb1007ec7873a6be2b71dc4d98dfc215a7e9e73d9becca7bf1 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 "</form> "; }
public function getTemplateName() { return "config/form_display/form_bottom.twig"; }
public function getDebugInfo() { return array ( 37 => 1,); }
public function getSourceContext() { return new Source("", "config/form_display/form_bottom.twig", "/usr/share/phpmyadmin/templates/config/form_display/form_bottom.twig"); } }
|