--- template.php	2010-04-24 08:19:56.000000000 -0500
+++ template.php.new	2010-05-31 21:04:32.000000000 -0500
@@ -402,7 +402,8 @@ function blogbuzz_links($links, $attribu
                               'query'       => $link['query'],
                               'fragment'    => $link['fragment'],
                               'absolute'    => FALSE,
-                              'html'        => $html);
+                              'html'        => $html,
+                              'language'    => $link['language']);
         $output .= l($link['title'], $link['href'], $link_options);
       }
 
@@ -474,4 +475,4 @@ function phptemplate_button($element) { 
   } 
   // We here wrap the output with a couple span tags 
   return '<span class="button"><input type="submit" '. (empty($element['#name']) ? '' : 'name="'. $element['#name'] .'" ') .'id="'. $element['#id'].'" value="'. check_plain($element['#value']) .'" '. drupal_attributes($element['#attributes']) ." /></span>\n"; 
-}
\ No newline at end of file
+}
