0x1949 Team - FAZEMRX - MANAGER
Edit File: 06f8248f59718b412b06983176b43e69.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; /* message_body.html */ class __TwigTemplate_296af43358d6098f915a0dbcfa7524d9 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 $location = "overall_header.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_header.html", "message_body.html", 1)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } // line 2 echo " <div "; // line 3 if (($context["S_USER_NOTICE"] ?? null)) { echo "class=\"successbox\""; } else { echo "class=\"errorbox\""; } echo "> \t<h3>"; // line 4 echo ($context["MESSAGE_TITLE"] ?? null); echo "</h3> \t<p>"; // line 5 echo ($context["MESSAGE_TEXT"] ?? null); echo "</p> </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", "message_body.html", 8)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } } public function getTemplateName() { return "message_body.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 70 => 8, 64 => 5, 60 => 4, 52 => 3, 49 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "message_body.html", ""); } }