Ignore:
Timestamp:
2006/08/30 22:57:47 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/mypage/index.php

    r1328 r3335  
    55class LC_Page{ 
    66    function LC_Page() { 
    7         $this->tpl_mainpage = 'mypage/index.tpl'; 
     7        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl'; 
    88        $this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷'; 
    99        $this->tpl_navi = ROOT_DIR . 'data/Smarty/templates/mypage/navi.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.