diff --git a/admin/user_editor_window.php b/admin/user_editor_window.php index fccd1570..b48bec66 100644 --- a/admin/user_editor_window.php +++ b/admin/user_editor_window.php @@ -22,8 +22,8 @@ */ ?> + + +'; +echo ''; -echo ''; -$t = $tabs[$selected]; - -/* Setup some things */ -$_SESSION['embed'] = true; -$_SESSION['embed_submit_url'] = "{$_SERVER['PHP_SELF']}?id=$id&tab=$selected"; -$_SESSION['embed_edit_id'] = $id; - -echo '
'; -include("{$t['file']}"); -echo '
'; - -unset($_SESSION['embed']); -unset($_SESSION['embed_edit_id']); -unset($_SESSION['embed_submit_url']); - $icon_path = $config['SFIABDIRECTORY']."/images/16/"; $icon_exitension = $config['icon_extension'];