--- ./news_page.module	2005-06-07 22:18:30.000000000 +0200
+++ ./news_page_ec.module	2005-06-13 11:06:11.549631318 +0200
@@ -1,7 +1,8 @@
 <?php
 
 /* $Id: news_page.module,v 1.9 2005/06/07 16:41:39 MegaGrunt Exp $ */
-
+// **ec shows mod(s) by ec
+// **ec add timestamp before the title of each feed
 
 // Implementation of hook_help().
 function news_page_help($section) {
@@ -307,7 +308,8 @@
 	$output .= '<div class="feed-item">';
 
 	if ($item->title) {
-	  $output .= '<h3 class="feed-item-title">' . $item->title . '</h3>';
+          // **ec add timestamp before the title
+	  $output .= '<h3 class="feed-item-title">' . format_date($item->timestamp, 'custom', 'F j, Y') . ' - ' . $item->title . '</h3>';
 	}
 
 	$output .= '<p>';
@@ -327,4 +329,4 @@
 
   return $output;
 }
-?>
\ Pas de fin de ligne à la fin du fichier.
+?>
