golden hour
/home/phakp/tmp/pma_template_compiles_phakp/twig/96
⬆️ Go Up
Upload
File/Folder
Size
Actions
96469fef949a658b7e61ed1726aa00cfafb9c95a6fc429881551a2125426cc71.php
1.84 KB
Del
OK
96885525f00ce10c76c38335c2cf2e232a709122ae75937b4f2eafcdde7be991.php
2.54 KB
Del
OK
96c4c773b97fc6c1a0b90c658dbcf9fa57ad2e417f464da6f055724ca7d0b885.php
3.1 KB
Del
OK
Edit: 96469fef949a658b7e61ed1726aa00cfafb9c95a6fc429881551a2125426cc71.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* display/results/value_display.twig */ class __TwigTemplate_708046cf6e7000af45c25d68292bcfdcdaaf5f1ab7580c5c1d14091750c4e123 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<td class=\"left "; echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true); echo ((($context["condition_field"] ?? null)) ? (" condition") : ("")); echo "\"> "; // line 2 echo ($context["value"] ?? null); echo " </td> "; } public function getTemplateName() { return "display/results/value_display.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 36 => 2, 30 => 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 Source("", "display/results/value_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/value_display.twig"); } }
Save