source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 if (($context["recent"] ?? null)) { echo ($context["recent"] ?? null); } // line 3 echo " "; if (($context["favorite"] ?? null)) { echo ($context["favorite"] ?? null); } // line 4 echo "
"; } public function getTemplateName() { return "navigation/tree/quick_warp.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 49 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "navigation/tree/quick_warp.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/quick_warp.twig"); } }