View file template/localbook.php

File size: 153B
<?php
// mod by Golem http://veplog.ru

$fils = file(BASEDIR."local/local.dat"); 
$uls = explode("|",$fils[0]);
echo ' ('.(int)$uls[0].')<br>';	
?>