Index: /temp/test-xoops.ec-cube.net/html/footer.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/footer.php	(revision 1244)
+++ /temp/test-xoops.ec-cube.net/html/footer.php	(revision 1245)
@@ -37,5 +37,5 @@
         if (isset($xoopsOption['template_main'])) {
             $xoopsTpl->xoops_setCaching(0);
-            $xoopsTpl->display($xoopsOption['template_main']);
+            $xoopsTpl->display('db:'.$xoopsOption['template_main']);
         }
         if (!isset($xoopsOption['show_rblock'])) {
Index: /temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1242)
+++ /temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1245)
@@ -349,4 +349,4 @@
 
 $xoopsTpl->assign('forum_jumpbox', make_jumpbox($forum));
-include XOOPS_ROOT_PATH."/footer.php";
+//include XOOPS_ROOT_PATH."/footer.php";
 ?>
