Файл: forsoc.ru/cache/twig/7c/7c31a21d8b766364ea7bb61c3f6c2b1ba307e8e4a00d4fab40177f6081aa2f17.php
Строк: 71
<?php
/* @vinny_shareon/event/overall_header_head_append.html */
class __TwigTemplate_688c3af28e7f0f7edb87589df7a06b7eb6bd3298ee6db78548ef601d663bfda4 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_SO_STATUS"]) ? $context["S_SO_STATUS"] : null) && (isset($context["S_VIEWTOPIC"]) ? $context["S_VIEWTOPIC"] : null))) {
// line 2
echo "t";
$asset_file = "@vinny_shareon/shareon.css";
$asset = new phpbbtemplateasset($asset_file, $this->getEnvironment()->get_path_helper());
if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
$asset_path = $asset->get_path(); $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
if (!file_exists($local_file)) {
$local_file = $this->getEnvironment()->findTemplate($asset_path);
$asset->set_path($local_file, true);
$asset->add_assets_version('159');
$asset_file = $asset->get_url();
}
}
$context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen" />
');
}
}
public function getTemplateName()
{
return "@vinny_shareon/event/overall_header_head_append.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 21 => 2, 19 => 1,);
}
}
/* <!-- IF S_SO_STATUS and S_VIEWTOPIC -->*/
/* <!-- INCLUDECSS @vinny_shareon/shareon.css -->*/
/* <!-- ENDIF -->*/