Просмотр файла template/fotogallery.php
<?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>'; ?>