Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
tmp
/
twig
/
33
/
//tmp/twig/33/330c504c51f44fa855ceb00da436d94f30b25f0ef04a58f71d3e2ca1dc673fc1.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_57a4f2c609dcd71306eeb62a43e17afc366458bacd2bfed3a9fa3c60d00a81c5 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", "/srv/admin/htdocs/phpmyadmin-5.1/templates/config/form_display/tabs_bottom.twig"); } }