Ignore:
Timestamp:
2007/11/07 20:37:35 (19 years ago)
Author:
naka
Message:

テンプレート編集パス変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_View.php

    r16680 r16735  
    9696 
    9797        // ヘッダとフッタを割り当て 
    98         $header_tpl = USER_INC_PATH . "header.tpl"; 
    99         $footer_tpl = USER_INC_PATH . "footer.tpl"; 
     98        $header_tpl = USER_PATH . USER_PACKAGE_DIR . TEMPLATE_NAME . "/" . "header.tpl"; 
     99        $footer_tpl = USER_PATH . USER_PACKAGE_DIR . TEMPLATE_NAME . "/" . "footer.tpl"; 
    100100 
    101101        // ユーザー作成のテンプレートが無ければ, 指定テンプレートを割り当て 
Note: See TracChangeset for help on using the changeset viewer.