Index: /temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1263)
+++ /temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1264)
@@ -207,5 +207,10 @@
 $topic_lastread = newbb_get_topics_viewed();
 while ( $myrow = $xoopsDB->fetchArray($result) ) {
-	$xoopsTpl->append('topics', array('topic_response_user'=>$myrow_user['uname'], 'topic_id'=>$myrow['topic_id'], 'topic_response'=>$myrow['topic_response'], 'topic_response_uname'=>$myrow['topic_response_uname'], 'fix'=>$fix, 'topic_number'=>$myrow['post_id'], 'topic_icon'=>$topic_icon, 'topic_folder'=>$image, 'topic_title'=>$myts->makeTboxData4Show($myrow['topic_title']), 'topic_link'=>$topiclink, 'topic_page_jump'=>$pagination, 'topic_replies'=>$myrow['topic_replies'], 'topic_poster'=>$topic_poster, 'topic_views'=>$myrow['topic_views'], 'topic_last_posttime'=>formatTimestamp($myrow['last_post_time']), 'topic_last_poster'=>$myts->makeTboxData4Show($myrow['last_poster'])));
+	$xoopsTpl->append('topics', array(
+								'topic_response_user'=>$myrow_user['uname'],
+								'topic_id'=>$myrow['topic_id'],
+								'topic_response'=>$myrow['topic_response'],
+								'uname'=>$myrow['uname'],
+								'topic_time'=>$myrow['topic_time']));
 }
 
