Leitgedanken/pma/tmp/twig/8a/8a625ccac24f0f12a87414c3eec581d9d0ef576729dcf622277e53f2887c0f74.php
2022-11-21 09:47:28 +01:00

56 lines
1.3 KiB
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;
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_1fe5d3f861fd02dc6cfd56233a57aeede4f1cf309c13102bfb77ac22a076cb3f 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", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\tabs_bottom.twig");
}
}