--- E:\FredCK\Desktop\common.inc Tue Jul 18 10:46:22 2006 UTC +++ D:\Projects\FCKeditor\drupal_site\includes\common.inc Sun Aug 13 22:37:08 2006 UTC @@ -1095,7 +1095,7 @@ * an HTML string containing a link to the given path. */ function l($text, $path, $attributes = array(), $query = NULL, $fragment = NULL, $absolute = FALSE, $html = FALSE) { - if ($path == $_GET['q']) { + if ($path == $_GET['q'] || ($path == '' && drupal_is_front_page()) ) { if (isset($attributes['class'])) { $attributes['class'] .= ' active'; }