Файл: forsoc.ru/cache/twig/93/93388f8e90852dc35b662a0a5b5d72b18fd76bb1adca5162275aaf7bad17bad2.php
Строк: 134
<?php
/* message_body.html */
class __TwigTemplate_f19597551f08936810092d322d1b68615dbdb8f30e499e701473f18eb2d768c7 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if ((isset($context["S_SIMPLE_MESSAGE"]) ? $context["S_SIMPLE_MESSAGE"] : null)) {
// line 2
echo "t";
$location = "simple_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("simple_header.html", "message_body.html", 2)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
} else {
// line 4
echo "t";
$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", 4)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
}
// line 6
echo "
<div class="panel" id="message">
t<div class="inner">
t<h2 class="message-title">";
// line 9
echo (isset($context["MESSAGE_TITLE"]) ? $context["MESSAGE_TITLE"] : null);
echo "</h2>
t<p>";
// line 10
echo (isset($context["MESSAGE_TEXT"]) ? $context["MESSAGE_TEXT"] : null);
echo "</p>
t";
// line 11
if ((((((isset($context["SCRIPT_NAME"]) ? $context["SCRIPT_NAME"] : null) == "search") && !(isset($context["S_BOARD_DISABLED"]) ? $context["S_BOARD_DISABLED"] : null)) && !(isset($context["S_NO_SEARCH"]) ? $context["S_NO_SEARCH"] : null)) && (isset($context["L_RETURN_TO_SEARCH_ADV"]) ? $context["L_RETURN_TO_SEARCH_ADV"] : null))) {
echo "<p><a href="";
echo (isset($context["U_SEARCH"]) ? $context["U_SEARCH"] : null);
echo "" class="arrow-";
echo (isset($context["S_CONTENT_FLOW_BEGIN"]) ? $context["S_CONTENT_FLOW_BEGIN"] : null);
echo "">";
echo $this->env->getExtension('phpbb')->lang("GO_TO_SEARCH_ADV");
echo "</a></p>";
}
// line 12
echo "t</div>
</div>
";
// line 15
if ((isset($context["S_SIMPLE_MESSAGE"]) ? $context["S_SIMPLE_MESSAGE"] : null)) {
// line 16
echo "t";
$location = "simple_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("simple_footer.html", "message_body.html", 16)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
} else {
// line 18
echo "t";
$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", 18)->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 ( 93 => 18, 79 => 16, 77 => 15, 72 => 12, 62 => 11, 58 => 10, 54 => 9, 49 => 6, 35 => 4, 21 => 2, 19 => 1,);
}
}
/* <!-- IF S_SIMPLE_MESSAGE -->*/
/* <!-- INCLUDE simple_header.html -->*/
/* <!-- ELSE -->*/
/* <!-- INCLUDE overall_header.html -->*/
/* <!-- ENDIF -->*/
/* */
/* <div class="panel" id="message">*/
/* <div class="inner">*/
/* <h2 class="message-title">{MESSAGE_TITLE}</h2>*/
/* <p>{MESSAGE_TEXT}</p>*/
/* <!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="arrow-{S_CONTENT_FLOW_BEGIN}">{L_GO_TO_SEARCH_ADV}</a></p><!-- ENDIF -->*/
/* </div>*/
/* </div>*/
/* */
/* <!-- IF S_SIMPLE_MESSAGE -->*/
/* <!-- INCLUDE simple_footer.html -->*/
/* <!-- ELSE -->*/
/* <!-- INCLUDE overall_footer.html -->*/
/* <!-- ENDIF -->*/
/* */