Viewing file: 037778a9ffa00fc143f3a57616fd34a50b22a402dce61423f5ba95d68df16253.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/tabs_bottom.twig */ class __TwigTemplate_4096e7893f4c3a1d27ba10589fedc435b8d59d0850e1ac5e549f1d321dc18a90 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 "config/form_display/tabs_bottom.twig"; }
public function getDebugInfo() { return array ( 37 => 1,); }
public function getSourceContext() { return new Source("", "config/form_display/tabs_bottom.twig", "/usr/share/phpmyadmin/templates/config/form_display/tabs_bottom.twig"); } }
|