Index: uc_affiliate2.module
===================================================================
--- uc_affiliate2.module	(revision 529)
+++ uc_affiliate2.module	(working copy)
@@ -474,7 +474,7 @@
 
       case "html":
         $image = ($image == 'N/A') ? $GLOBALS['base_url'] .'/misc/watchdog-error.png' : $image;
-        $products[$title] = str_replace(array('[LINK]', '[IMG]', '[DESCRIPTION]', '[PRICE]'), array($link, $image, $description, $product->sell_price), $template);
+        $products[$title] = str_replace(array('[LINK]', '[TITLE]', '[IMG]', '[DESCRIPTION]', '[PRICE]'), array($link, $title, $image, $description, $product->sell_price), $template);
       break;
     }
   }
@@ -669,7 +669,7 @@
   $output = "<p>". t("Click on an affiliate user to view their monthly sales and commissions.");
   $output .= theme('table', $header, $rows);
   $output .= theme('pager', NULL, 50, 0);
-  
+
   return $output;
 }
 
