'; // set default values if(empty($content['tabs']) || !is_array($content['tabs'])) { $content['tabs'] = array(); } // check which WYSIWYG editor to load // only FCKeditor is supported here // or WYSIWYG disabled if(!empty($_SESSION["WYSIWYG_EDITOR"])) { $BE['HEADER']['fckeditor.js'] = ' '; $content['wysiwyg'] = true; // check if FCKeditor is enabled $content['wysiwyg_toolbar'] = $_SESSION["WYSIWYG_EDITOR"] == 2 ? $_SESSION['WYSIWYG_TEMPLATE'] : 'phpwcms_basic'; } else { $content['wysiwyg'] = false; $content['wysiwyg_toolbar'] = ''; } ?>