0x1949 Team - FAZEMRX - MANAGER
Edit File: 61b9ee330e8906251073aa708aa362a5.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; /* ucp_footer.html */ class __TwigTemplate_e621a824be3f587f75275934e19c7157 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\t"; // line 3 // line 4 echo "\t</div> \t</div> </div> "; // line 7 if (($context["S_COMPOSE_PM"] ?? null)) { // line 8 echo "<div>"; echo ($context["S_FORM_TOKEN"] ?? null); echo "</div> </form> "; } // line 11 echo " "; // line 12 $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", "ucp_footer.html", 12)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } } public function getTemplateName() { return "ucp_footer.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 59 => 12, 56 => 11, 49 => 8, 47 => 7, 42 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "ucp_footer.html", ""); } }