From d6291a65a3ea31cd77796059685361459790a468 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Apr 2011 15:12:20 +0000 Subject: [PATCH] Change to replace fckeditor with ckeditor by default --- htdocs/lib/doleditor.class.php | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/htdocs/lib/doleditor.class.php b/htdocs/lib/doleditor.class.php index 8caf4e079cb..448ed29b78f 100644 --- a/htdocs/lib/doleditor.class.php +++ b/htdocs/lib/doleditor.class.php @@ -50,7 +50,7 @@ class DolEditor /** * Create an object to build an HTML area to edit a large string content - * + * * @param htmlname Nom formulaire html WYSIWIG * @param content Contenu edition WYSIWIG * @param width Largeur en pixel de la zone edition (auto by default) @@ -152,15 +152,35 @@ class DolEditor { if (! defined('REQUIRE_CKEDITOR')) define('REQUIRE_CKEDITOR','1'); + //$skin='kama'; + //$skin='office2003'; + //$skin='v2'; + $skin='kama'; + print '