--- forward.module	2010-12-02 14:30:16.000000000 +0200
+++ forwardNEW.module	2010-12-02 14:31:26.000000000 +0200
@@ -97,15 +97,6 @@ function forward_admin_settings() {
     '#collapsible' => TRUE,
     '#collapsed' => FALSE
   );
-  
-$form['forward_options']['forward_custom_icon'] = array(
-    '#type' => 'textfield',
-    '#title' => t('Path to custom icon'),
-    '#size' => 60,
-    '#default_value' => variable_get('forward_custom_icon', NULL),
-    '#description' => t('Set the path to your custom icon under the files directory. Do not include heading slash. Leave blank for default icon.'),
-  );
-  
   $form['forward_options']['forward_link_style'] = array(
     '#type' => 'radios',
     '#title' => t('Link style'),
@@ -113,6 +104,13 @@ $form['forward_options']['forward_custom
     '#options' => array(0 => t('Text only'), 1 => t('Icon only'), 2 => t('Icon and text')),
     '#description' => t('Select the visual style of the link.'),
   );
+  $form['forward_options']['forward_custom_icon'] = array(
+    '#type' => 'textfield',
+    '#title' => t('Path to custom icon'),
+    '#size' => 60,
+    '#default_value' => variable_get('forward_custom_icon', NULL),
+    '#description' => t('Set the path to your custom icon under the files directory. Do not include heading slash. Leave blank for default icon.'),
+  );
   $form['forward_options']['forward_link_type'] = array(
     '#type' => 'checkbox',
     '#title' => t('Use node type in link'),
