Файл: templates/footer.html
Строк: 42
</div>
<div class="title">
<?=$config['footer']?></div>
<div style="text-align:center">
<script type="text/javascript">
document.write("<a href='//www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t25.5;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+";"+Math.random()+
"' alt='' title='LiveInternet: показано число посетителей за"+
" сегодня' "+
"border='0' width='88' height='15'></a>")
</script>
<br />
<?if($login):?><?if($user['id']):?><a href="<?=URL?>panel/online.php">ONline <?=$user_online?></a><?endif;?><?else:?><a>ONline </a><?=$user_online?><?endif;?>
<?if($config['generation']):?>
<?=round(microtime(1) - $runtime, 4)?> сек.
<?endif;?>
</div>
</body>
</html>