- Timestamp:
- 2007/01/21 19:22:12 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html
- Files:
-
- 2 edited
-
footer.php (modified) (1 diff)
-
modules/newbb/response.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/footer.php
r1244 r1245 37 37 if (isset($xoopsOption['template_main'])) { 38 38 $xoopsTpl->xoops_setCaching(0); 39 $xoopsTpl->display( $xoopsOption['template_main']);39 $xoopsTpl->display('db:'.$xoopsOption['template_main']); 40 40 } 41 41 if (!isset($xoopsOption['show_rblock'])) { -
temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
r1242 r1245 349 349 350 350 $xoopsTpl->assign('forum_jumpbox', make_jumpbox($forum)); 351 include XOOPS_ROOT_PATH."/footer.php";351 //include XOOPS_ROOT_PATH."/footer.php"; 352 352 ?>
Note: See TracChangeset
for help on using the changeset viewer.
