Changeset 3351 for temp/trunk
- Timestamp:
- 2006/08/30 23:17:12 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r3332 r3351 90 90 function lfgetTemplate(){ 91 91 global $objPage; 92 $filepath = "/test/kakinaka/";92 $filepath = USER_DIR . "templates/"; 93 93 94 94 $arrTemplateImage = array(); // ²èÌÌɽ¼¨²èÁü³ÊǼÍÑ … … 221 221 function lfChangeTemplate(){ 222 222 global $objPage; 223 $tpl_path = "html/test/kakinaka/"; 223 $tpl_path = USER_DIR . "templates/"; 224 $bloc_path = ROOT_DIR . USER_DIR . "include/bloc/"; 224 225 225 226 $tpl_name = ""; … … 273 274 274 275 // mypage¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼ 275 lfFolderCopy($taget_tpl_path."mypage/", $save_tpl_path ."mypage/");276 lfFolderCopy($taget_tpl_path."mypage/", $save_tpl_path . "mypage/"); 276 277 277 278 // ¥Ö¥í¥Ã¥¯¥Ç¡¼¥¿¤Î¥³¥Ô¡¼ 278 lfFolderCopy($taget_tpl_path."bloc/", $ save_tpl_path."bloc/");279 lfFolderCopy($taget_tpl_path."bloc/", $bloc_path); 279 280 280 281 // mypage¤Î¾ì¹ç¤Ë¤Ï¥Õ¥©¥ë¥À¤´¤È¥³¥Ô¡¼¤¹¤ë
Note: See TracChangeset
for help on using the changeset viewer.
