Файл: forsoc.ru/cache/twig/da/dacaf9580912689a450b0297edc38f2287aeac794a01a570936efd4b1d2bdc0e.php
Строк: 55
<?php
/* @dmzx_topicauthor/event/viewtopic_body_avatar_after.html */
class __TwigTemplate_8dc51b2a59c7a5811b7ca625ecddbbf0b2eb9c21c8f3a3d596bfcecb908895f0 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
echo "<!--
*
* @package Topic Author
* @author dmzx (www.dmzx-web.net)
* @copyright (c) 2014 by dmzx (www.dmzx-web.net)
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
-->
</div>
<div>
<br />";
// line 12
if ($this->getAttribute((isset($context["postrow"]) ? $context["postrow"] : null), "S_TOPIC_POSTER", array())) {
echo "<strong style="color: #FF0000;">";
echo $this->env->getExtension('phpbb')->lang("TOPIC_AUTHOR");
echo "</strong>";
}
}
public function getTemplateName()
{
return "@dmzx_topicauthor/event/viewtopic_body_avatar_after.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 32 => 12, 19 => 1,);
}
}
/* <!--*/
/* **/
/* * @package Topic Author*/
/* * @author dmzx (www.dmzx-web.net)*/
/* * @copyright (c) 2014 by dmzx (www.dmzx-web.net)*/
/* * @license http://opensource.org/licenses/gpl-license.php GNU Public License*/
/* * */
/* -->*/
/* */
/* </div>*/
/* <div>*/
/* <br /><!-- IF postrow.S_TOPIC_POSTER --><strong style="color: #FF0000;">{L_TOPIC_AUTHOR}</strong><!-- ENDIF -->*/