View file flud/block/echo_count.php
<?php $seg_hit = trim(file_get_contents('cgf/count/hit.txt')); $seg_host = trim(file_get_contents('cgf/count/host.txt')); { // выводим посещения красиво echo '<span class="ramka"> Cтатистика посещений: </span>'; echo '<span class="mess2"> Уникальных: '.$seg_host.'<br> Обращений: '.$seg_hit.' </span>'; } ?>