set_filename('fckeditor', realpath(FCK_PATH.'fckeditor.tpl')); $template->assign( array( 'FCK_PATH' => FCK_PATH, 'FCK_config' => $config, 'FCK_areas' => $areas, 'FCK_WIDTH' => $width, 'FCK_HEIGHT' => $height, 'FCK_TOOLBAR' => $toolbar, ) ); $template->parse('fckeditor'); } ?>