From 0de1dc0bd9fa94d3faa51ee798b78a3953983bfe Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Thu, 23 Jul 2009 09:20:45 +0200 Subject: [PATCH] [svn r22304] FS#2867 - The online editor: Switching back into the default toolbars. --- main/inc/lib/fckeditor/myconfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/inc/lib/fckeditor/myconfig.php b/main/inc/lib/fckeditor/myconfig.php index 96f196f640..943bd754a0 100644 --- a/main/inc/lib/fckeditor/myconfig.php +++ b/main/inc/lib/fckeditor/myconfig.php @@ -66,9 +66,9 @@ // Then, you may modify the newly copied toolbar definitions at your will, just keep correct php-syntax. // It is not mandatory you to create custom files for all the toolbars. In case of missing file in the directory with the // custom toobar definitions the system would read the correspondent "factory" toolbar definition (form 'default' directory). -//$config['ToolbarSets']['Directory'] = 'default'; +$config['ToolbarSets']['Directory'] = 'default'; // You may try this provided example of custom toolbars: -$config['ToolbarSets']['Directory'] = 'extended'; +//$config['ToolbarSets']['Directory'] = 'extended'; /*