Index: /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 775)
+++ /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 823)
@@ -43,4 +43,5 @@
 	exit();
 }
+$start = !empty($_GET['start']) ? intval($_GET['start']) : 0;
 
 switch($_POST['mode']) {
@@ -71,4 +72,7 @@
 $renderer->assignComment($xoopsTpl, $option_id);
 
+$nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&amp;option_id='.$option_id);
+$xoopsTpl->assign('forum_pagenav', $nav->renderNav(4));
+
 $xoopsTpl->assign('arrStatus', $arrStatus);
 $xoopsTpl->assign('arrCat', $arrCategory);
