source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo ($context["quick_warp"] ?? null); echo "
"; // line 10 echo ($context["page_selector"] ?? null); echo "
"; } public function getTemplateName() { return "navigation/tree/state.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 62 => 14, 55 => 10, 49 => 7, 45 => 6, 37 => 1,); } public function getSourceContext() { return new Source("", "navigation/tree/state.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/state.twig"); } }