0x1998 - MANAGER
Edit File: d81c4de49f00e2d2fde9448aebbf8b9332877ebeed5a55603772e86d70fa9143.php
<?php /* server/variables/variable_table_head.twig */ class __TwigTemplate_b32e81b6fb7385077f6568c7e4986c81fb888e9b3e01eb508427888afc7f92c2 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 "<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 ( 31 => 5, 27 => 4, 23 => 3, 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("", "server/variables/variable_table_head.twig", "/home/itseasv/www/itseasy/admindb/templates/server/variables/variable_table_head.twig"); } }