/home/desid573/tmp/pma_template_compiles_desid573/twig/9f
NameSizeModeActions
9f2b0868c0ee3bdb8fbcdba6e363515596d67849ea34a2ad71b70607edbb2a33.php30500644editdlrm
9f28ad63af1b761e2f7f6db310290485.php26000644editdlrm
9f263186071a24c7718526237a1f37aafaba89527e05e2990cee55658196da54.php43870644editdlrm
9ff111e2cfc382195f49991db17631ad08ea285bbe484d5bd0ea31e38eb45657.php70440644editdlrm
9ffc2280d2c21d987aa3b03afcb0905c17c8204a442a512558590c65bef0aac1.php23380644editdlrm
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/9f/9f28ad63af1b761e2f7f6db310290485.php (2600B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 3 yield ($context["list_content"] ?? null); yield " "; // line 6 if ( !($context["is_tree"] ?? null)) { // line 7 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::urlencode(($context["parent_name"] ?? null)), "html", null, true); yield " "; // line 8 if (Twig\Extension\CoreExtension::testEmpty(($context["list_content"] ?? null))) { // line 9 yield "
"; yield _gettext("No tables found in database."); yield "
"; } // line 11 yield " "; } // line 12 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "navigation/tree/path.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 69 => 12, 66 => 11, 60 => 9, 58 => 8, 53 => 7, 51 => 6, 45 => 3, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "navigation/tree/path.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/path.twig"); } }