Файл: cache/91/e7/8fcd422ff6b1879252f17d3621b988ce966870bb0407d7513a329675d490.php
Строк: 30
<?php
/* footer.tpl */
class __TwigTemplate_91e78fcd422ff6b1879252f17d3621b988ce966870bb0407d7513a329675d490 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 "
<div class="foot5">
<a href="/contacts"><img src="/img/sz.png" /></a>
</div>
<div class="count">
<a href="http://waplog.net/c.shtml?580810">
<img src="http://c.waplog.net/580810.cnt" alt="waplog" />
</a>
</div>
</body>
</html>";
}
public function getTemplateName()
{
return "footer.tpl";
}
public function getDebugInfo()
{
return array ( 47 => 24, 33 => 13, 73 => 26, 58 => 14, 52 => 10, 46 => 8, 44 => 7, 41 => 6, 28 => 4, 24 => 3, 21 => 2, 19 => 1,);
}
}