0x1998 - MANAGER
Edit File: 7b043fcad6f5cd250b415085722f0acdf09a60c56eda7f33dc66b739f475ce5b.php
<?php /* login/footer.twig */ class __TwigTemplate_b463ce1076c26d80eb1927d24a03ba02d79561947cc039274a2ee27234d764df 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/itseasy/admindb/templates/login/footer.twig"); } }