View file template/votes.php

File size: 202B
<?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>';
?>