------------------------------
Quick.Cms by OpenSolution.org
www.opensolution.org
------------------------------
htmleditor
------------------------------

Requirements
------------------------------
Quick.Cms v0.2

HowTo Install
------------------------------
step 1) create directory "htmleditor" in plugins directory (plugins/htmleditor/)
step 2) copy all files and directories from "htmleditor" directory to "plugins/htmleditor/" directory
step 3) edit file "admin.php", find:
require_once DIR_PLUGINS.'edit/htmleditor.php';
  and replace to:
require_once DIR_PLUGINS.'htmleditor/htmleditor.php';

step 4) edit file "core/pages-admin.php", find:
$aForm['sDescriptionFull']  = changeTxt( $aForm['sDescriptionFull'], 'Nds' );
  and replace to:
$aForm['sDescriptionFull']  = changeTxt( $aForm['sDescriptionFull'], 'NdsTag' );

step 5) edit file "templates/admin/pages_form.tpl", delete line where is:
editInit( '$aHtmlConfig[sName]' );

step 6) copy files "config.js" and "menu.js" to "templates/admin/" from "plugins/htmleditor/"
