Ignore:
Timestamp:
2007/11/05 01:47:48 (19 years ago)
Author:
naka
Message:

テンプレート管理の修正

File:
1 edited

Legend:

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

    r16582 r16680  
    9393 
    9494        // テンプレート変数を割り当て 
    95         $this->assign("TPL_DIR", URL_DIR . USER_DIR 
    96                       . "templates/" . TEMPLATE_NAME . "/"); 
     95        $this->assign("TPL_DIR", TPL_DIR); 
    9796 
    9897        // ヘッダとフッタを割り当て 
Note: See TracChangeset for help on using the changeset viewer.