Файл: forsoc.ru/cache/twig/c7/c7bbb7b59182c24ac89d3434ffc7bca9c2a3e28734f48540d17cb97b2297dcf5.php
Строк: 57
<?php
/* @bb3mobi_MobileDevices/event/overall_footer_timezone_before.html */
class __TwigTemplate_28bef1415e7d85e9e8ceeb56797dc98b435e7b161ee04d02aa65b2d200532a97 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["U_DEVICE_LINK"]) ? $context["U_DEVICE_LINK"] : null) && !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
// line 2
echo "<li class="small-icon rightside" style="background-image: url(";
echo (isset($context["BOARD_URL"]) ? $context["BOARD_URL"] : null);
echo "ext/bb3mobi/MobileDevices/mobile.gif);">
<a href="";
// line 3
echo (isset($context["U_DEVICE_LINK"]) ? $context["U_DEVICE_LINK"] : null);
echo "" title="";
echo $this->env->getExtension('phpbb')->lang("DEVICE_NAME");
echo ""> </a></li>
";
}
}
public function getTemplateName()
{
return "@bb3mobi_MobileDevices/event/overall_footer_timezone_before.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 26 => 3, 21 => 2, 19 => 1,);
}
}
/* <!-- IF U_DEVICE_LINK and not S_IS_BOT -->*/
/* <li class="small-icon rightside" style="background-image: url({BOARD_URL}ext/bb3mobi/MobileDevices/mobile.gif);">*/
/* <a href="{U_DEVICE_LINK}" title="{L_DEVICE_NAME}"> </a></li>*/
/* <!-- ENDIF -->*/
/* */