parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
\"v\"env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method"), "html", null, true); echo "\" data-down=\""; // line 8 echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method"), "html", null, true); echo "\" data-right=\""; // line 9 echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/rightarrow1.png"], "method"), "html", null, true); echo "\" /> \"v\"env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2.png"], "method"), "html", null, true); echo "\" data-down=\""; // line 16 echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2.png"], "method"), "html", null, true); echo "\" data-right=\""; // line 17 echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/rightarrow2.png"], "method"), "html", null, true); echo "\" />
"; // line 24 echo "
"; // line 25 echo _gettext("Number of tables:"); echo " 0
env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/resizeright.png"], "method"), "html", null, true); echo "\" src=\""; // line 31 echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/resize.png"], "method"), "html", null, true); echo "\"/>
"; } public function getTemplateName() { return "database/designer/table_list.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 93 => 31, 89 => 30, 81 => 25, 78 => 24, 69 => 17, 65 => 16, 61 => 15, 57 => 14, 49 => 9, 45 => 8, 41 => 7, 35 => 4, 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("", "database/designer/table_list.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/table_list.twig"); } }