openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f0b644f87f6fded738f9713e82190bdaf901595c
parent 65bfe26f7b2a7db1b774a389f4c776f761915242
Author: dankert <devnull@localhost>
Date:   Wed, 13 Jan 2010 22:22:12 +0100

(no commit message)

Diffstat:
themes/default/include/html/editor.inc.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/default/include/html/editor.inc.php b/themes/default/include/html/editor.inc.php @@ -64,6 +64,7 @@ switch( $attr_type ) $editor->BasePath = defined('OR_BASE_URL')?slashify(OR_BASE_URL).'editor/':'./editor/'; $editor->Value = $$attr_name; $editor->Height = '290'; + //$editor->Config['CustomConfigurationsPath'] = '../../'.Html::url('filemanager','config'); $editor->Config['CustomConfigurationsPath'] = '../openrat-fckconfig.js'; $editor->Create(); }