Revision 45
Added by stefan about 20 years ago
| save.php | ||
|---|---|---|
| 201 | 201 |
"\n". |
| 202 | 202 |
"define('WYSIWYG_STYLE', '".$admin->add_slashes($_POST['wysiwyg_style'])."');\n".
|
| 203 | 203 |
"\n". |
| 204 |
"define('WYSIWYG_EDITOR', '".addslashes($_POST['editor'])."');\n".
|
|
| 205 |
"\n". |
|
| 204 | 206 |
"define('MANAGE_SECTIONS', ".str_replace(';', '', $_POST['manage_sections']).");\n".
|
| 205 | 207 |
"define('SECTION_BLOCKS', ".str_replace(';', '', $_POST['section_blocks']).");\n".
|
| 206 | 208 |
"\n". |
| ... | ... | |
| 253 | 255 |
|
| 254 | 256 |
$admin->print_footer(); |
| 255 | 257 |
|
| 256 |
?> |
|
| 258 |
?> |
|
Also available in: Unified diff
Implemented choice of WYSIWYG editor