Index: google_groups.module =================================================================== --- google_groups.module (revision 2) +++ google_groups.module (working copy) @@ -100,7 +100,7 @@ case 'view': default: - $block['subject'] = ''; + $block['subject'] = t('Subscribe to @group', array('@group' => variable_get('google_groups_group_name', ''))); $block['content'] = theme('google_groups_block' . $delta . '_content'); return $block; } @@ -112,6 +112,7 @@ function google_groups_block_list() { $blocks = array(); $blocks[0]['info'] = t('Google Groups Block'); + $blocks[0]['title'] = ''; return $blocks; } Index: google-groups-subscribe-form-block.tpl.php =================================================================== --- google-groups-subscribe-form-block.tpl.php (revision 2) +++ google-groups-subscribe-form-block.tpl.php (working copy) @@ -1,9 +1,19 @@ -
-
-

Google Groups

-

Subscribe to

-

Email:

-

-

Visit this group

+
+ +

<?php print t('Google Groups') ?>

+
+ $group_name)) ?> +
+ + +
+
+ +
+
+ + - \ No newline at end of file +
+