Ignore:
Timestamp:
2007/01/21 19:21:16 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r1243 r1244  
    3737        if (isset($xoopsOption['template_main'])) { 
    3838            $xoopsTpl->xoops_setCaching(0); 
    39             $xoopsTpl->display('db:'.$xoopsOption['template_main']); 
    40             print($xoopsOption['template_main']); 
     39            $xoopsTpl->display($xoopsOption['template_main']); 
    4140        } 
    4241        if (!isset($xoopsOption['show_rblock'])) { 
Note: See TracChangeset for help on using the changeset viewer.