/
home
/
desid573
/
tmp
/
pma_template_compiles_desid573
/
twig
/
c7
/
/home/desid573/tmp/pma_template_compiles_desid573/twig/c7
mkdir
upload
Name
Size
Mode
Actions
c7d07488f88e71f6ecdaafee0750b3ac.php
1942
0644
edit
dl
rm
c7e8fc8e83845f91e522d5b888468d4615cf13269009adc21b7f4bc6599960c7.php
9032
0644
edit
dl
rm
c70d86746879580aa115022c88d500bd.php
2363
0644
edit
dl
rm
c70df99bff2eea2f20aba19bbb7b8d5de327cecaedb5dc3d383203f7d3d02ad2.php
3841
0644
edit
dl
rm
c7227a9ad6b19e1c20f405b3654359cf348caf7c28e64d49904a026aa1f0c0dc.php
1823
0644
edit
dl
rm
Edit:
/home/desid573/tmp/pma_template_compiles_desid573/twig/c7/c7d07488f88e71f6ecdaafee0750b3ac.php
(1942B)
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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/quick_warp.twig */ class __TwigTemplate_640358dbdd34fd4a3f49462244318faf 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 yield "<div class=\"pma_quick_warp\"> "; // line 2 if (($context["recent"] ?? null)) { yield ($context["recent"] ?? null); } // line 3 yield " "; if (($context["favorite"] ?? null)) { yield ($context["favorite"] ?? null); } // line 4 yield " <div class=\"clearfloat\"></div> </div> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "navigation/tree/quick_warp.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 50 => 4, 45 => 3, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "navigation/tree/quick_warp.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/quick_warp.twig"); } }
Save
cmd:
run