Index: temp/test-xoops.ec-cube.net/html/modules/newbb/viewtopic.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/viewtopic.php	(revision 405)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/viewtopic.php	(revision 411)
@@ -290,5 +290,5 @@
                 $post_image =  '<a name="'.$eachpost->postid().'"><img src="'.XOOPS_URL.'/images/icons/posticon.gif" alt="" /></a>';
             }
-            $xoopsTpl->append('topic_posts', array_merge($posterarr, array('post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text)));
+            $xoopsTpl->append('topic_posts', array_merge($posterarr, array('fix' => $fix, 'post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text)));
         }
         
@@ -337,5 +337,5 @@
         }
 
-        $xoopsTpl->append('topic_posts', array_merge($posterarr, array('post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text)));
+        $xoopsTpl->append('topic_posts', array_merge($posterarr, array('fix' => $fix, 'post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text)));
         unset($eachposter);
     }
@@ -349,5 +349,5 @@
 }
 
-// Îóµ
+// ÂÐ±þ¾õ¶·
 $xoopsTpl->assign('arrResponse', $arrResponse);
 
