|  | <{**}>
				<{php}>
					$_makescript = & xoops_getmodulehandler('makescript','myckeditor' , true );
					$params = array('id'=>'cat_desc','editor'=>'bbcode','myckeditor'=>'on');
					if (@is_object( $_makescript )){
						$this->assign( 'common_myck_installed' , true ) ;
						$_makescript->makeheader($params);
					}
				<{/php}>
				<{if $common_myck_installed}> <{else}>
 <{/if}>
				<{xoopsdhtmltarea name="cat_desc" cols="60" rows="20" value="`$category.desc`" pre_style="display:none;" post_style="display:none;"}>
 |