Changeset 12039 for branches/comu/html/admin/design/index.php
- Timestamp:
- 2007/03/31 21:59:45 (19 years ago)
- File:
-
- 1 edited
-
branches/comu/html/admin/design/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/html/admin/design/index.php
r11730 r12039 65 65 // ¿·µ¬¥Ö¥í¥Ã¥¯ºîÀ® 66 66 if ($_POST['mode'] == 'new_bloc') { 67 header("location: ./bloc.php");67 header("location: " . sfGetCurrentUri() . "/bloc.php"); 68 68 } 69 69 70 70 // ¿·µ¬¥Ú¡¼¥¸ºîÀ® 71 71 if ($_POST['mode'] == 'new_page') { 72 header("location: ./main_edit.php");72 header("location: " . sfGetCurrentUri() . "/main_edit.php"); 73 73 } 74 74 … … 154 154 header("Location: ". URL_DIR . "preview/index.php"); 155 155 }else{ 156 header("Location: ./index.php?page_id=$page_id&msg=on");156 header("Location: " . sfGetCurrentUri() . "/index.php?page_id=$page_id&msg=on"); 157 157 } 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.
