golden hour
/home/phakp/tmp/pma_template_compiles_phakp/twig/4a
⬆️ Go Up
Upload
File/Folder
Size
Actions
4a01c6738d4b8e6ca036369286778ddc6b7fec3ca4b084debafe3e71ac293d72.php
3.46 KB
Del
OK
4a4812e82f7eb6d5680cd33b70717de37dce45fa095258f37513466ca2c1e8f5.php
2.25 KB
Del
OK
4abb85bc8aeb2f0aea16f620d5e3914d7b512ebadbf42e3dff5b3d3c02dbe9ea.php
2.71 KB
Del
OK
4adaad695f9e7355cbd2126717767c03536f461226cdc150dc7f18a3b093e307.php
3.27 KB
Del
OK
4ae744e16e27abbf391f33fb60c5381cb57cd4d884a0b092fdd0058fc3e67370.php
1.89 KB
Del
OK
Edit: 4a01c6738d4b8e6ca036369286778ddc6b7fec3ca4b084debafe3e71ac293d72.php
<?php /* display/results/comment_for_row.twig */ class __TwigTemplate_08d3285661807c0ac51722d087ff15aa55b4181c24bc01c28962fde20095465d 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 if (($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", true, true) && $this->getAttribute($this->getAttribute( // line 2 ($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", false, true), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array", true, true))) { // line 3 echo " <span class=\"tblcomment\" title=\""; echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true); echo "\"> "; // line 4 if ((twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array")) > ($context["limit_chars"] ?? null))) { // line 5 echo " "; echo twig_escape_filter($this->env, twig_slice($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), 0, ($context["limit_chars"] ?? null)), "html", null, true); echo "… "; } else { // line 7 echo " "; echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true); echo " "; } // line 9 echo " </span> "; } } public function getTemplateName() { return "display/results/comment_for_row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 41 => 9, 35 => 7, 29 => 5, 27 => 4, 22 => 3, 20 => 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("", "display/results/comment_for_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/comment_for_row.twig"); } }
Save