'.__('You have do not have sufficient permissions to edit templates for this blog.').'

'); $newcontent = stripslashes($_POST['newcontent']); $theme = urlencode($theme); if (is_writeable($real_file)) { $f = fopen($real_file, 'w+'); fwrite($f, $newcontent); fclose($f); $location = "theme-editor.php?file=$file&theme=$theme&a=te"; } else { $location = "theme-editor.php?file=$file&theme=$theme"; } $location = wp_kses_no_null($location); $strip = array('%0d', '%0a'); $location = str_replace($strip, '', $location); header("Location: $location"); exit(); break; default: require_once('admin-header.php'); if ( !current_user_can('edit_themes') ) die('

'.__('You have do not have sufficient permissions to edit themes for this blog.').'

'); update_recently_edited($file); if (!is_file($real_file)) $error = 1; if (!$error && filesize($real_file) > 0) { $f = fopen($real_file, 'r'); $content = fread($f, filesize($real_file)); $content = htmlspecialchars($content); } ?>

' . sprintf(__('Editing %s'), $file_show) . ''; } else { echo '

' . sprintf(__('Browsing %s'), $file_show) . '

'; } ?>

'%s' theme files"), $theme) ?>

"; ?>

' . __('Oops, no such file exists! Double check the name and try again, merci.') . '

'; } ?>