Index: temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php	(revision 1008)
+++ temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php	(revision 1009)
@@ -1,13 +1,10 @@
 <?php
 
+include XOOPS_ROOT_PATH."/header.php";
+$xoopsOption['template_main'] = 'topic_list.html';
 
-print("aaaa");
-include '../../../header.php';
-/*$xoopsOption['template_main'] = 'topic_list.html';
-include XOOPS_ROOT_PATH."/header.php";
-*/
 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics');
 print($sql);
-/*
+
 if ( !$result = $xoopsDB->query($sql) ) {
     redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED);
@@ -25,4 +22,3 @@
 // ÂÐ±þ¾õ¶·
 $xoopsTpl->assign('arrResponse', $arrResponse);
-*/
 ?>
