Index: includes/theme.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/theme.inc,v retrieving revision 1.244 diff -u -r1.244 theme.inc --- includes/theme.inc 22 Jun 2005 20:19:58 -0000 1.244 +++ includes/theme.inc 30 Jun 2005 10:48:38 -0000 @@ -327,12 +327,6 @@ } $text = $value['text'][$i]; $link = $value['link'][$i]; - if (substr($link, 0, 7) == 'http://') { - $settings[$type .'_links'][] = ''. check_plain($text) .''; - } - else { - $settings[$type .'_links'][] = l($text, $link, $attributes); - } } } if ($settings[$type .'_links'] == array()) {