I want to change the skin to office2003, but it doesnt work.. I have defined the path to skins/office2003/ directly in the file where Im using the Editor:
but the skin stays always default. And I tried now one interesting thing: I deleted all skins from the skins directory /the default skin too!/ and the editor on my page has STILL default skin! So from where ???
How can I change it?
$oFCK_desc = new FCKeditor('left') ; $oFCK_desc->BasePath = $cfg['sBasePath']; $oFCKeditor->Config['SkinPath'] = $cfg['sBasePath'].'/skins/office2003/' ; $oFCK_desc->Value = $rsl->fields['left']; $oFCK_desc->Width = '565' ; $oFCK_desc->Height = '600' ; //$oFCK_desc->ToolbarSet = "Image"; $prod_desc = $oFCK_desc->CreateHtml() ; $tpl_sub->assign("left1",$prod_desc);
but the skin stays always default. And I tried now one interesting thing: I deleted all skins from the skins directory /the default skin too!/ and the editor on my page has STILL default skin! So from where ???
How can I change it?