0x1949 Team - FAZEMRX - MANAGER
Edit File: 7ab614a856e20f6fb9c9918396790765.php
<?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; /* mcp_footer.html */ class __TwigTemplate_f343b8f24664e1b8e0ea0e7ad6b7ce5e 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 " \t\t</div> \t</div> \t</div> </div> "; // line 8 $location = "overall_footer.html"; $namespace = false; if (strpos($location, '@') === 0) { $namespace = substr($location, 1, strpos($location, '/') - 1); $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array($namespace, '__main__')); } $this->loadTemplate("overall_footer.html", "mcp_footer.html", 8)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } } public function getTemplateName() { return "mcp_footer.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 46 => 8, 37 => 1,); } public function getSourceContext() { return new Source("", "mcp_footer.html", ""); } }