Index: imagefield/imagefield.module
===================================================================
--- imagefield/imagefield.module	2009-03-29 08:20:07.000000000
+++ imagefield/imagefield.module	2009-04-04 17:52:10.000000000
@@ -56,12 +56,16 @@
     ),
     // Generates and img tag to the admin thumbnail of an ImageField upload.
     'imagefield_admin_thumbnail' => array(
       'arguments' => array('item' => NULL),
     ),
     // ImageField formatter theme functions.
+    'imagefield_formatter_thumb_plain' => array(
+      'arguments' => array('element' => NULL),
+      'file' => 'imagefield_formatter.inc',
+    ),
     'imagefield_formatter_image_plain' => array(
       'arguments' => array('element' => NULL),
       'file' => 'imagefield_formatter.inc',
     ),
     'imagefield_formatter_image_nodelink' => array(
       'arguments' => array('element' => NULL),
@@ -220,12 +224,17 @@
   $formatters = array(
     'image_plain' => array(
       'label' => t('Image'),
       'field types' => array('filefield'),
       'description' => t('Displays image files in their original size.'),
     ),
+    'thumb_plain' => array(
+      'label' => t('Image thumbnail'),
+      'field types' => array('filefield'),
+      'description' => t('Displays image files as thumbnails.'),
+    ),
     'image_nodelink' => array(
       'label' => t('Image linked to node'),
       'field types' => array('filefield'),
       'description' => t('Displays image files in their original size.'),
     ),
     'image_imagelink' => array(
