Viewing file: b00e1ed32985cb393c8a4d11f309422ee1b59714b5b989cfc641522761606f4e.php (1.86 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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;
/* database/designer/js_fields.twig */ class __TwigTemplate_4e0dd9b93372294aeef0d1f6c6970cbef03b2d19ebead62f754b6ef1df0acb95 extends \Twig\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 2 ob_start(function () { return ''; }); // line 3 echo "<script type=\"text/javascript\"> var designer_config = "; // line 4 echo ($context["designer_config"] ?? null); echo "; </script> "; $___internal_0ed07ebc890011d53516c7046850b4b938149aac1dee0762dec9764e762dc5b2_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 2 echo twig_spaceless($___internal_0ed07ebc890011d53516c7046850b4b938149aac1dee0762dec9764e762dc5b2_); }
public function getTemplateName() { return "database/designer/js_fields.twig"; }
public function isTraitable() { return false; }
public function getDebugInfo() { return array ( 48 => 2, 42 => 4, 39 => 3, 37 => 2,); }
public function getSourceContext() { return new Source("", "database/designer/js_fields.twig", "/usr/share/phpmyadmin/templates/database/designer/js_fields.twig"); } }
|