Viewing file: 2414e21773962d2dbbcedc993b8113c1fed191aff18c544c7250d2db5700a014.php (1.77 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;
/* server/variables/variable_table_head.twig */ class __TwigTemplate_a25bd465ea787888a6cacadade313abfd18fcb295bf6b59d243ad0cac7f9eabd 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 "<thead> <tr class=\"var-header var-row\"> <td class=\"var-action\">"; // line 3 echo _gettext("Action"); echo "</td> <td class=\"var-name\">"; // line 4 echo _gettext("Variable"); echo "</td> <td class=\"var-value\">"; // line 5 echo _gettext("Value"); echo "</td> </tr> </thead> "; }
public function getTemplateName() { return "server/variables/variable_table_head.twig"; }
public function isTraitable() { return false; }
public function getDebugInfo() { return array ( 49 => 5, 45 => 4, 41 => 3, 37 => 1,); }
public function getSourceContext() { return new Source("", "server/variables/variable_table_head.twig", "/usr/share/phpmyadmin/templates/server/variables/variable_table_head.twig"); } }
|