--- image\image_gallery.module	2009-04-07 15:10:05.531250000 -0400
+++ image_gallery.module	2009-04-07 15:12:22.937500000 -0400
@@ -437,12 +437,9 @@ function theme_image_gallery_img($image,
   $content .= " style='height : {$height}px; width : {$width}px;'>\n";
   $content .= l(image_display($image, IMAGE_THUMBNAIL), 'node/'. $image->nid, array('html' => TRUE));
   $content .= '<h3>'. l($image->title, 'node/'. $image->nid) .'</h3>';
-  if (variable_get('image_gallery_node_info', 0)) {
-    $content .= '<div class="author">'. t('Posted by: !name', array('!name' => theme('username', $image))) ."</div>\n";
-    if ($image->created > 0) {
-      $content .= '<div class="date">'. format_date($image->created) ."</div>\n";
+    if (theme_get_setting('toggle_node_info_'. $image->type)) {
+      $content .= '<div class="author">'. theme('node_submitted', $image) ."</div>\n";
     }
-  }
   $content .= "</li>\n";
 
   return $content;
