Просмотр файла template/votes.php
<?php // mod by Golem http://veplog.ru $vresult = file(BASEDIR."local/datavotes/result.dat"); $vr = explode("|",$vresult[0]); if($vresult){ $sum=array_sum($vr);} echo ' ('.(int)$sum.')<br>'; ?>
<?php // mod by Golem http://veplog.ru $vresult = file(BASEDIR."local/datavotes/result.dat"); $vr = explode("|",$vresult[0]); if($vresult){ $sum=array_sum($vr);} echo ' ('.(int)$sum.')<br>'; ?>