Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
tmp
/
twig
/
97
/
//srv/data/tmp/twig/97/974e1f47bb92065a54914dd04a75be55735728d2c3b1cbad02c2fbf5b661da20.php
<?php /* config/form_display/group_header.twig */ class __TwigTemplate_ea8fa68cf8184b74b8f3683abab87c75311ee5bf11780b486b158f73c7d178ac extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<tr class=\"group-header group-header-"; echo twig_escape_filter($this->env, (isset($context["group"]) ? $context["group"] : null), "html", null, true); echo "\"> <th colspan=\""; // line 2 echo twig_escape_filter($this->env, (isset($context["colspan"]) ? $context["colspan"] : null), "html", null, true); echo "\"> "; // line 3 echo twig_escape_filter($this->env, (isset($context["header_text"]) ? $context["header_text"] : null), "html", null, true); echo " </th> </tr> "; } public function getTemplateName() { return "config/form_display/group_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 28 => 3, 24 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "config/form_display/group_header.twig", "/srv/admin/htdocs/phpmyadmin/templates/config/form_display/group_header.twig"); } }