Файл: forsoc.ru/cache/twig/f2/f2d91247e9dff049ba4edcab0539058bae40a7e031fd1020f21d0021cc5cd977.php
Строк: 46
<?php
/* @vse_scrolltotop/event/overall_header_head_append.html */
class __TwigTemplate_a62cc7cb25f61f0cd74519c41a31ab520f66ad48e7794f4e558f117f8f379dbc 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
$asset_file = "../theme/scrolltotop.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 "@vse_scrolltotop/event/overall_header_head_append.html";
}
public function getDebugInfo()
{
return array ( 19 => 1,);
}
}
/* <!-- INCLUDECSS ../theme/scrolltotop.css -->*/
/* */