To vanfruniken:
Hi,
that's easy help. In the admin/theme-edit.php file, find the section
and change the last line to
Well, that's all.
Hi,
that's easy help. In the admin/theme-edit.php file, find the section
PHP Code:
# save the modified template file
$SavedFile = $_POST['edited_file'];
// $FileContents = get_magic_quotes_gpc() ? stripslashes($_POST['content']) : $_POST['content'];
$FileContents = stripslashes($_POST['content']);
PHP Code:
$FileContents = $_POST['content'];