### Eclipse Workspace Patch 1.0 #P drupal-6 Index: includes/theme.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/theme.inc,v retrieving revision 1.415 diff -u -r1.415 theme.inc --- includes/theme.inc 27 Jan 2008 19:47:06 -0000 1.415 +++ includes/theme.inc 15 Mar 2008 22:46:15 -0000 @@ -1103,7 +1103,7 @@ if ($i == $num_links) { $class .= ' last'; } - if (isset($link['href']) && $link['href'] == $_GET['q']) { + if (isset($link['href']) && ($link['href'] == $_GET['q'] || ($link['href'] == '' && drupal_is_front_page()))) { $class .= ' active'; } $output .= '
  • ';