View file template/fotogallery.php

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

$totalkomm=0;
if (file_exists(BASEDIR."local/datagallery/fotobase.dat")){
$file = file(BASEDIR."local/datagallery/fotobase.dat");
$totalkomm = count($file);}	
echo ' ('.(int)$totalkomm.')<br>';
?>