Index: trunk/core/kernel/application.php =================================================================== diff -u -N -r1604 -r1647 --- trunk/core/kernel/application.php (.../application.php) (revision 1604) +++ trunk/core/kernel/application.php (.../application.php) (revision 1647) @@ -165,7 +165,7 @@ if( !$this->GetVar('m_theme') ) $this->SetVar('m_theme', $this->GetDefaultThemeId() ); $this->SetVar('theme.current_id', $this->GetVar('m_theme') ); - if ( $this->GetVar('m_cat_id') === false ) $this->SetVar('m_cat_id', 2); //need to rewrite + if ( $this->GetVar('m_cat_id') === false ) $this->SetVar('m_cat_id', 3); //need to rewrite if( !$this->RecallVar('UserGroups') ) { Index: trunk/admin/editor/editor_new.php =================================================================== diff -u -N -r1566 -r1647 --- trunk/admin/editor/editor_new.php (.../editor_new.php) (revision 1566) +++ trunk/admin/editor/editor_new.php (.../editor_new.php) (revision 1647) @@ -134,7 +134,7 @@ $oFCKeditor->BasePath = 'cmseditor/' ; $oFCKeditor->Width = '100%' ; $oFCKeditor->Height = '500' ; - $oFCKeditor->ToolbarSet = 'Default' ; + $oFCKeditor->ToolbarSet = 'Advanced' ; $oFCKeditor->Value = '' ; $oFCKeditor->Config = Array( 'UserFilesPath' => $pathtoroot.'kernel/userfiles',