Slt,
Dans /Web_Links/include/function.php
ligne 268
$sw = new SPAW_Wysiwyg('downdescription_' . $thisdata['lid'], ((isset($thisdata['description'])) ? $thisdata['description']:''), _DOC_LANGUAGE, $GLOBALS['wysiwyg_toolbar'], $GLOBALS['wysiwyg_btnset'], '100%', '250');
essaye en remplaçant par ça:
$sw = new SPAW_Wysiwyg('downdescription_' . $thisdata['lid'], ((isset($thisdata['description'])) ? $thisdata['description']:''), _DOC_LANGUAGE, 'all', $GLOBALS['wysiwyg_btnset'], '100%', '250');
Pour info:
$toolbars = array('all' => _EDITOR_FULL,
'standard' => _EDITOR_DEFAULT,
'mini' => _EDITOR_MINI,
);