Index: extlink.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/extlink/extlink.module,v
retrieving revision 1.3.2.4
diff -u -p -r1.3.2.4 extlink.module
--- extlink.module 14 Mar 2009 05:12:14 -0000 1.3.2.4
+++ extlink.module 24 Mar 2009 17:25:48 -0000
@@ -43,7 +43,7 @@ function extlink_admin_settings() {
'#title' => t('Add icon to external links'),
'#return_value' => 'ext',
'#default_value' => variable_get('extlink_class', 'ext'),
- '#description' => t('Places an !icon icon next to external links.', array('!icon' => theme_image(drupal_get_path('module', 'extlink') .'/extlink.png'))),
+ '#description' => t('Places an !icon icon next to external links.', array('!icon' => '')),
);
$form['extlink_mailto_class'] = array(
@@ -51,7 +51,7 @@ function extlink_admin_settings() {
'#title' => t('Add icon to mailto links'),
'#return_value' => 'mailto',
'#default_value' => variable_get('extlink_mailto_class', 'mailto'),
- '#description' => t('Places an !icon icon next to mailto links.', array('!icon' => theme_image(drupal_get_path('module', 'extlink') .'/mailto.png'))),
+ '#description' => t('Places an !icon icon next to mailto links.', array('!icon' => '')),
);
$form['extlink_subdomains'] = array(