--- link_to_us.module.orig 2009-01-04 20:37:50.000000000 -0800 +++ link_to_us.module 2009-01-04 20:51:58.000000000 -0800 @@ -281,7 +281,7 @@ function theme_link_to_us_banners($links) { - $output = '

'. check_plain(variable_get('link_to_us_header', '')) .'

'; + $output = ''; if (count($links)) { foreach ($links as $link) { if (empty($link['banner'])) {