Changeset 15784
- Timestamp:
- 2007/09/20 16:36:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php
r15687 r15784 66 66 if ($bloc_id != '') { 67 67 $arrBlocData = $this->lfgetBlocData(" bloc_id = ? " , array($bloc_id)); 68 $arrBlocData[0]['tpl_path'] = USER_PATH. $arrBlocData[0]['tpl_path'];68 $arrBlocData[0]['tpl_path'] = TEMPLATE_DIR . $arrBlocData[0]['tpl_path']; 69 69 70 70 // テンプレートファイルの読み込み
Note: See TracChangeset
for help on using the changeset viewer.