Index: weblinks.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/weblinks/weblinks.module,v
retrieving revision 1.86.2.68
diff -u -r1.86.2.68 weblinks.module
--- weblinks.module	19 Nov 2008 01:35:50 -0000	1.86.2.68
+++ weblinks.module	30 Nov 2008 14:56:57 -0000
@@ -797,6 +797,11 @@
     drupal_access_denied();
   }
 
+  // Force admin theme.
+  global $custom_theme;
+  $custom_theme = variable_get('admin_theme', '0');
+  drupal_add_css(drupal_get_path('module', 'system') .'/admin.css', 'module');
+
   drupal_set_title(t('Group !op', array('!op' => $op)));
 
   include_once(drupal_get_path('module', 'taxonomy') .'/taxonomy.admin.inc');
