Файл: public_html/system/view/footer.php
Строк: 21
<?
/**********************************
* @package: PerfCMS *
* @year: 2012 *
* @author: Artas *
* @link: http://perfcms.net *
* ------------------------------- *
* @package: PerfCMS Ultra *
* @year: 2013 *
* @author: wanya26ua & Tesla *
* @link: http://perfclub.ru *
**********************************/
if(!file_exists(TPL.'/themes/'.$tpl->type.'/'. $stylen .'/footer'. $tpl->format)) {
?>
<div class="title5"><img src="http://cssliga.ru/template/themes/wap/default/images/z.png" alt="" /> <?=$stat->online();?></div>
<?= $stat->adsFooter(); ?>
<div class="foot">
<?= $stat->footer(); ?>
</div>
</div>
</body>
</html>
<? } else {
if($locate == in_index) {
if(isset($_COOKIE['lang'])) {
$lng = $_COOKIE['lang'];
}
} else {
}
$view = file_get_contents(TPL.'/themes/'.$tpl->type.'/'. $stylen .'/footer'. $tpl->format);
$view = str_replace('{ads=footer}', $stat->adsFooter(), $view);
$view = str_replace('{online}', $stat->online(), $view);
$view = str_replace('{footer}', $stat->footer(), $view);
echo $view;
}