Changeset 16703 for branches/feature-module-update/data/class/pages/admin
- Timestamp:
- 2007/11/05 21:28:36 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
r16682 r16703 151 151 $template_code = $objForm->getValue('template_code_temp'); 152 152 // ユーザデータの下のファイルも保存する。 153 SC_Utils::sfCopyDir(USER_TEMPLATE_PATH . $template_code . "/", SMARTY_TEMPLATES_DIR . $template_code . "/user_data/"); 153 $from_dir = USER_TEMPLATE_PATH . $template_code . "/"; 154 $to_dir = SMARTY_TEMPLATES_DIR . $template_code . "/_packages/"; 155 SC_Utils::sfMakeDir($to_dir); 156 SC_Utils::sfCopyDir($from_dir, $to_dir); 154 157 SC_Helper_FileManager::downloadArchiveFiles(SMARTY_TEMPLATES_DIR . $template_code); 155 158 break;
Note: See TracChangeset
for help on using the changeset viewer.
