Server IP : 66.29.132.122 / Your IP : 18.118.189.253 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/proc/self/root/proc/self/root/home/admazpex/tmp/pma_template_compiles_admazpex/twig/b8/ |
Upload File : |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* navigation/tree/state.twig */ class __TwigTemplate_2f5dbb5743b69edecc74420e0a304e79d5bb132d940f8fc192283518cfdee1fd extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->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 " <div class=\"clearfloat\"></div> <ul> "; // line 6 echo ($context["fast_filter"] ?? null); echo " "; // line 7 echo ($context["controls"] ?? null); echo " </ul> "; // line 10 echo ($context["page_selector"] ?? null); echo " <div id='pma_navigation_tree_content'> <ul> "; // line 14 echo ($context["nodes"] ?? null); echo " </ul> </div> "; } 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"); } }