Changeset 16735 for branches/feature-module-update/data/class/SC_View.php
- Timestamp:
- 2007/11/07 20:37:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_View.php
r16680 r16735 96 96 97 97 // ヘッダとフッタを割り当て 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"; 100 100 101 101 // ユーザー作成のテンプレートが無ければ, 指定テンプレートを割り当て
Note: See TracChangeset
for help on using the changeset viewer.
