Changeset 1245 for temp


Ignore:
Timestamp:
2007/01/21 19:22:12 (19 years ago)
Author:
kakinaka
Message:
 
Location:
temp/test-xoops.ec-cube.net/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/footer.php

    r1244 r1245  
    3737        if (isset($xoopsOption['template_main'])) { 
    3838            $xoopsTpl->xoops_setCaching(0); 
    39             $xoopsTpl->display($xoopsOption['template_main']); 
     39            $xoopsTpl->display('db:'.$xoopsOption['template_main']); 
    4040        } 
    4141        if (!isset($xoopsOption['show_rblock'])) { 
  • temp/test-xoops.ec-cube.net/html/modules/newbb/response.php

    r1242 r1245  
    349349 
    350350$xoopsTpl->assign('forum_jumpbox', make_jumpbox($forum)); 
    351 include XOOPS_ROOT_PATH."/footer.php"; 
     351//include XOOPS_ROOT_PATH."/footer.php"; 
    352352?> 
Note: See TracChangeset for help on using the changeset viewer.