0x1998 - MANAGER
Edit File: b3281002c07a7a736a310c70939f5ed14e4862c00e7c4b9f8b7368e1c1d4c8b5.php
<?php /* config/form_display/form_bottom.twig */ class __TwigTemplate_2dcede64c0a5ab44e16e1ff7e0e50d407d17cc2cfc7a663126dd4bb854fe9aeb extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "</form> "; } public function getTemplateName() { return "config/form_display/form_bottom.twig"; } public function getDebugInfo() { return array ( 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "config/form_display/form_bottom.twig", "/home/itseasv/www/admindb/templates/config/form_display/form_bottom.twig"); } }