Index: temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php	(revision 465)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php	(revision 466)
@@ -329,5 +329,4 @@
     //exit();
 }
-
 list($all_topics) = $xoopsDB->fetchRow($r);
 if ( $all_topics > $forumdata['topics_per_page'] ) {
@@ -338,4 +337,16 @@
     $xoopsTpl->assign('forum_pagenav', '');
 }
+/*
+// ¥«¥Æ¥´¥êÌ¾¼èÆÀ
+$sql = "SELECT cat_id, cat_title FROM ".$xoopsDB->prefix("bb_categories").", ".$xoopsDB->prefix("bb_forums")." WHERE forum_id = $forum";
+
+
+if ( !$result = $xoopsDB->query($sql) ) {
+	//redirect_header('index.php',2,_MD_ERROROCCURED);
+	//exit();
+}
+$arrCat = $xoopsDB->fetchArray($result);
+$xoopsTpl->assign('arrCat', $arrCat);
+*/	
 $xoopsTpl->assign('forum_jumpbox', make_jumpbox($forum));
 include XOOPS_ROOT_PATH."/footer.php";
