Index: /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html
===================================================================
--- /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html	(revision 821)
+++ /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html	(revision 877)
@@ -70,5 +70,5 @@
 		<tr>
 			<td><img src="/themes/default/img/main/ranking_left.gif" width="140" height="38" alt=""></td>
-			<td><a href="./pollnew.php?poll_id=<{$poll_id}>"><img src="/themes/default/img/main/ranking_btn.jpg" width="220" height="38" alt="µ¡Ç½Í×Ë¾¤òÄÉ²Ã¤¹¤ë"></a></td>
+			<td><a href="./pollnew.php?poll_id=<{$poll_id}>" name="link_new"><img src="/themes/default/img/main/ranking_btn.jpg" width="220" height="38" alt="µ¡Ç½Í×Ë¾¤òÄÉ²Ã¤¹¤ë"></a></td>
 			<td><img src="/themes/default/img/main/ranking_right.gif" width="140" height="38" alt=""></td>
 		</tr>
Index: /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php	(revision 871)
+++ /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php	(revision 877)
@@ -55,5 +55,5 @@
 $xoopsTpl->assign('poll_id', $poll_id);
 
-$nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id);
+$nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'#link_new');
 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4));
 
