Changeset 6081 for temp/trunk/html/admin
- Timestamp:
- 2006/10/12 13:07:23 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 7 edited
-
design/bloc.php (modified) (1 diff)
-
design/css.php (modified) (1 diff)
-
design/index.php (modified) (1 diff)
-
design/main_edit.php (modified) (1 diff)
-
design/template.php (modified) (2 diffs)
-
system/bkup.php (modified) (1 diff)
-
system/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/bloc.php
r5934 r6081 61 61 if ($_POST['mode'] == "preview") { 62 62 // ¥×¥ì¥Ó¥å¡¼¥Õ¥¡¥¤¥ëºîÀ® 63 $prev_path = ROOT_DIR . INCLUDE_DIR. 'preview/bloc_preview.tpl';63 $prev_path = INCLUDE_PATH. 'preview/bloc_preview.tpl'; 64 64 $fp = fopen($prev_path,"w"); 65 65 fwrite($fp, $_POST['bloc_html']); -
temp/trunk/html/admin/design/css.php
r5934 r6081 28 28 sfIsSuccess($objSess); 29 29 30 $css_path = ROOT_DIR . USER_DIR. "css/contents.css";30 $css_path = USER_PATH . "css/contents.css"; 31 31 32 32 // ¥Ç¡¼¥¿¹¹¿·½èÍý -
temp/trunk/html/admin/design/index.php
r5950 r6081 6 6 */ 7 7 require_once("../../require.php"); 8 require_once( ROOT_DIR."data/include/page_layout.inc");8 require_once(DATA_PATH . "include/page_layout.inc"); 9 9 10 10 class LC_Page { -
temp/trunk/html/admin/design/main_edit.php
r5948 r6081 6 6 */ 7 7 require_once("../../require.php"); 8 require_once( ROOT_DIR."data/include/page_layout.inc");8 require_once(DATA_PATH . "include/page_layout.inc"); 9 9 10 10 class LC_Page { -
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¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊѹ¹ -
temp/trunk/html/admin/system/bkup.php
r5982 r6081 22 22 $this->tpl_subtitle = '¥Ð¥Ã¥¯¥¢¥Ã¥×´ÉÍý'; 23 23 24 $this->bkup_dir = ROOT_DIR . USER_DIR . "bkup/"; 25 // $this->bkup_dir = ROOT_DIR . "html/test/" . "bkup/"; 24 $this->bkup_dir = USER_PATH . "bkup/"; 26 25 } 27 26 } -
temp/trunk/html/admin/system/update.php
r6080 r6081 65 65 66 66 $src_path = sfRmDupSlash(UPDATE_HTTP . $file . ".txt"); 67 $dst_path = sfRmDupSlash( ROOT_DIR. $file);67 $dst_path = sfRmDupSlash(DATA_PATH . $file); 68 68 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 69 69
Note: See TracChangeset
for help on using the changeset viewer.
