diff --git a/main/admin/configure_homepage.php b/main/admin/configure_homepage.php index 89ec537a43..ab06f8b78b 100644 --- a/main/admin/configure_homepage.php +++ b/main/admin/configure_homepage.php @@ -1,4 +1,4 @@ -Width = '100%'; $oFCKeditor->Value = $open; $oFCKeditor->Config['CustomConfigurationsPath'] = api_get_path(REL_PATH)."main/inc/lib/fckeditor/myconfig.js"; - $oFCKeditor->ToolbarSet = "Small"; + $oFCKeditor->ToolbarSet = "Full"; $TBL_LANGUAGES = Database::get_main_table(TABLE_MAIN_LANGUAGE); $sql="SELECT isocode FROM ".$TBL_LANGUAGES." WHERE english_name='".$_SESSION["_user"]["language"]."'";