0x1998 - MANAGER
Edit File: 560c145f0f486ec8c6900695859a4c37ff767c0dcb3988787e3888d5ce352969.php
<?php /* login/footer.twig */ class __TwigTemplate_d7da011dbeaaf28d0d69482308c24cdd60f1de38e35d44895bcde3512ab9b1e3 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 "</div> "; } public function getTemplateName() { return "login/footer.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("", "login/footer.twig", "/home/itseasv/www/admindb/templates/login/footer.twig"); } }