--- G:/www/drupal6/sites/bsm/external/poll.module	Tue Jan 26 05:15:57 2010
+++ G:/www/drupal6/sites/bsm/external/poll.module.bk	Tue Jan 26 05:06:34 2010
@@ -503,9 +503,9 @@
     $node->readmore = FALSE;
 
     $links = module_invoke_all('link', 'node', $node, 1);
-    $links[] = array('title' => t('Older polls'), 'href' => 'poll', 'attributes' => array('title' => t('View the list of polls on this site.')));
+    $links['poll_older'] = array('title' => t('Older polls'), 'href' => 'poll', 'attributes' => array('title' => t('View the list of polls on this site.')));
     if ($node->allowvotes && $block) {
-      $links[] = array('title' => t('Results'), 'href' => 'node/'. $node->nid .'/results', 'attributes' => array('title' => t('View the current poll results.')));
+      $links['poll_results'] = array('title' => t('Results'), 'href' => 'node/'. $node->nid .'/results', 'attributes' => array('title' => t('View the current poll results.')));
     }
 
     $node->links = $links;
