Changeset 6081 for temp/trunk/html/admin/design
- Timestamp:
- 2006/10/12 13:07:23 (20 years ago)
- Location:
- temp/trunk/html/admin/design
- Files:
-
- 5 edited
-
bloc.php (modified) (1 diff)
-
css.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
main_edit.php (modified) (1 diff)
-
template.php (modified) (2 diffs)
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¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊѹ¹
Note: See TracChangeset
for help on using the changeset viewer.
