Index: temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1279)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1280)
@@ -1,32 +1,3 @@
 <?php
-// $Id: viewforum.php,v 1.7 2006/05/01 02:37:28 onokazu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                    Copyright (c) 2000 XOOPS.org                           //
-//                       <http://www.xoops.org/>                             //
-//  ------------------------------------------------------------------------ //
-//  This program is free software; you can redistribute it and/or modify     //
-//  it under the terms of the GNU General Public License as published by     //
-//  the Free Software Foundation; either version 2 of the License, or        //
-//  (at your option) any later version.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  This program is distributed in the hope that it will be useful,          //
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
-//  GNU General Public License for more details.                             //
-//                                                                           //
-//  You should have received a copy of the GNU General Public License        //
-//  along with this program; if not, write to the Free Software              //
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
-//  ------------------------------------------------------------------------ //
-// Author: Kazumi Ono (AKA onokazu)                                          //
-// URL: http://www.myweb.ne.jp/, http://www.xoops.org/, http://jp.xoops.org/ //
-// Project: The XOOPS Project                                                //
-// ------------------------------------------------------------------------- //
 require_once("../../modules/newbb/class/class.util.php");
 
@@ -205,5 +176,5 @@
 $xoopsTpl->assign('forum_name', 'ÂÐ±þ¾õ¶·°ìÍ÷');
 
-$sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_time) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC';
+$sql = 'SELECT topic_id, topic_title, topic_response, topic_last_post_id, from_unixtime(topic_time) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC';
 if ( !$result = $xoopsDB->query($sql) ) {
     redirect_header('index.php',2,_MD_ERROROCCURED);
@@ -218,4 +189,5 @@
 	$xoopsTpl->append('topics', array(
 								'topic_fix'=>$fix,
+								'topic_number'=>$myrow['topic_last_post_id'],
 								'topic_title'=>$myrow['topic_title'],
 								'topic_response'=>$myrow['topic_response'],
