<{php}>
$this->assign( 'common_fck_installed' , file_exists( XOOPS_ROOT_PATH.'/common/fckeditor/fckeditor.js' ) ) ;
<{/php}>
<{if $mod_config.body_editor != "common_fckeditor" and $common_fck_installed }><{/if}> |
<{*<{if $body_wysiwyg && ! $content.filter_infos.eval.enabled}>*}>
<{*<{$body_wysiwyg}>*}>
<{if $content.filter_infos.eval.enabled}>
<{xoopsdhtmltarea name="body" cols="60" rows="15" value=$content.body pre_style="display:none;" post_style="display:none;"}>
<{else}>
<{if $smarty.const._MYCKEDITOR_MODULE_LOADED == 1}>
<{php}>
$_makescript = & xoops_getmodulehandler('makescript','myckeditor');
$params = array('id'=>'body','editor'=>'bbcode','myckeditor'=>'on');
$_makescript->makeheader($params);
<{/php}>
<{/if}>
<{xoopsdhtmltarea name="body" cols="60" rows="15" value=$content.body pre_style="display:none;" post_style="display:none;"}>
<{/if}>
|
<{if $content.body_waiting && $page != 'makecontent'}>