--- ./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 @@ '; if ($item->title) { - $output .= '

' . $item->title . '

'; + // **ec add timestamp before the title + $output .= '

' . format_date($item->timestamp, 'custom', 'F j, Y') . ' - ' . $item->title . '

'; } $output .= '

'; @@ -327,4 +329,4 @@ return $output; } -?> \ Pas de fin de ligne à la fin du fichier. +?>