Changeset 6081 for temp/trunk/html/admin/design/template.php
- Timestamp:
- 2006/10/12 13:07:23 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r5934 r6081 237 237 function lfChangeTemplate(){ 238 238 global $objPage; 239 $tpl_path = USER_ DIR. "templates/";240 $inc_path = ROOT_DIR . USER_DIR. "include/";241 $css_path = ROOT_DIR . USER_DIR. "css/";239 $tpl_path = USER_PATH . "templates/"; 240 $inc_path = USER_PATH . "include/"; 241 $css_path = USER_PATH . "css/"; 242 242 243 243 $tpl_name = ""; … … 280 280 } 281 281 282 $taget_tpl_path = ROOT_DIR .$tpl_path . $arrTemplate[0]['template_code'] . "/";283 $save_tpl_path = ROOT_DIR .$tpl_path;282 $taget_tpl_path = $tpl_path . $arrTemplate[0]['template_code'] . "/"; 283 $save_tpl_path = $tpl_path; 284 284 285 285 // TOP¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊѹ¹
Note: See TracChangeset
for help on using the changeset viewer.
