1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@2045 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2002-02-03 18:17:46 +00:00
parent c56dbf86ee
commit a03881cf7f

View File

@@ -743,6 +743,7 @@ if( !empty($forum_row['topic_vote']) )
}
$template->assign_vars(array(
"L_TOTAL_VOTES" => $lang['Total_votes'],
"TOTAL_VOTES" => $vote_results_sum)
);