| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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;
- /* config/form_display/tabs_bottom.twig */
- class __TwigTemplate_869b15440603bd99e897e2674264742e53ae17d52034cca97c43b62861c3f56f 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 1
- echo "</div>
- ";
- }
- public function getTemplateName()
- {
- return "config/form_display/tabs_bottom.twig";
- }
- public function getDebugInfo()
- {
- return array ( 37 => 1,);
- }
- public function getSourceContext()
- {
- return new Source("", "config/form_display/tabs_bottom.twig", "/wwwroot/OA/public/phpMyAdmin/templates/config/form_display/tabs_bottom.twig");
- }
- }
|